homebridge-melcloud-control 4.0.2-beta.0 → 4.0.2
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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -21,6 +21,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
21
21
|
|
|
22
22
|
- Do not use Homebridge UI > v5.5.0 because of break config.json
|
|
23
23
|
|
|
24
|
+
## [4.0.2] - (06.11.2025)
|
|
25
|
+
|
|
26
|
+
## Changes
|
|
27
|
+
|
|
28
|
+
- fix RESTFul extrnal integration for MELCloud Home devices
|
|
29
|
+
- readme updated
|
|
30
|
+
- cleanup
|
|
31
|
+
|
|
24
32
|
## [4.0.1] - (06.11.2025)
|
|
25
33
|
|
|
26
34
|
## Changes
|
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.2
|
|
4
|
+
"version": "4.0.2",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|