homebridge-melcloud-control 4.0.1-beta.9 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -16,19 +16,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
16
16
|
- do not configure it manually, always using Homebridge UI
|
|
17
17
|
- required Homebridge v2.0.0 and above
|
|
18
18
|
- v4 Added support for MELCloud Home.
|
|
19
|
-
- after update the old MELCloud config must be reconfigured, just remove all devices from config and connect to MELCloud again
|
|
20
19
|
|
|
21
20
|
## Warning
|
|
22
21
|
|
|
23
22
|
- Do not use Homebridge UI > v5.5.0 because of break config.json
|
|
24
|
-
|
|
23
|
+
|
|
24
|
+
## [4.0.1] - (06.11.2025)
|
|
25
|
+
|
|
26
|
+
## Changes
|
|
27
|
+
|
|
28
|
+
- fix start error for old MELCLoud after update
|
|
29
|
+
- bump dependencies
|
|
30
|
+
- redme updated
|
|
31
|
+
- cleanup
|
|
25
32
|
|
|
26
33
|
## [4.0.0] - (05.11.2025)
|
|
27
34
|
|
|
28
35
|
## Changes
|
|
29
36
|
|
|
30
37
|
- added support for MELCloud Home ATA devices [#215](https://github.com/grzegorz914/homebridge-melcloud-control/issues/215)
|
|
31
|
-
- after update the old MELCloud config must be reconfigured, just remove all devices from config and connect to MELCloud again
|
|
32
38
|
- added error sensor
|
|
33
39
|
- config schema updated
|
|
34
40
|
- redme updated
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.0.1
|
|
4
|
+
"version": "4.0.1",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|