homebridge-melcloud-control 4.1.0-beta.2 → 4.1.0

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 CHANGED
@@ -16,6 +16,7 @@ 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
+ - v4.1 Changed accessory category for ATA devices, required add accessory to KomeKit again
19
20
 
20
21
  ## Warning
21
22
 
@@ -25,9 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
26
 
26
27
  ## Changes
27
28
 
29
+ - changed accessory category for ATA devices, required add accessory to KomeKit again
28
30
  - added frost protection sensor for MELCLoud Home ATA devices
29
31
  - added overheat protection sensor for MELCLoud Home ATA devices
30
32
  - added holiday mode sensor for MELCLoud Home ATA devices
33
+ - config schema updated
31
34
  - readme updated
32
35
  - cleanup
33
36
 
package/README.md CHANGED
@@ -76,6 +76,9 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
76
76
  * Presets `ACTIV/UNACTIV`.
77
77
  * Room temperature.
78
78
  * Outdoor temperature.
79
+ * Frost protection.
80
+ * Overheat protection.
81
+ * Holiday mode.
79
82
  * Error
80
83
  * Heat Pump:
81
84
  * Heater Cooler:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.1.0-beta.2",
4
+ "version": "4.1.0",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",