homebridge-melcloud-control 4.1.2-beta.4 → 4.1.2-beta.41
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 -0
- package/config.schema.json +445 -115
- package/homebridge-ui/public/index.html +41 -21
- package/package.json +2 -2
- package/src/constants.js +4 -0
- package/src/deviceata.js +78 -20
- package/src/deviceatw.js +66 -3
- package/src/deviceerv.js +70 -7
- package/src/functions.js +46 -5
- package/src/melcloud.js +59 -33
package/CHANGELOG.md
CHANGED
|
@@ -22,6 +22,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
22
22
|
|
|
23
23
|
- Do not use Homebridge UI > v5.5.0 because of break config.json
|
|
24
24
|
|
|
25
|
+
## [4.1.2] - (10.11.2025)
|
|
26
|
+
|
|
27
|
+
## Changes
|
|
28
|
+
|
|
29
|
+
- added presets/schedules support for MELCLoud Home ATA devices
|
|
30
|
+
- config schema updated
|
|
31
|
+
- readme updated
|
|
32
|
+
- cleanup
|
|
33
|
+
|
|
25
34
|
## [4.1.1] - (10.11.2025)
|
|
26
35
|
|
|
27
36
|
## Changes
|