homebridge-melcloud-control 3.10.0-beta.7 → 3.10.0-beta.8
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/config.schema.json +2 -2
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1823,7 +1823,7 @@
|
|
|
1823
1823
|
]
|
|
1824
1824
|
},
|
|
1825
1825
|
{
|
|
1826
|
-
"key": "accounts[].ataDevices",
|
|
1826
|
+
"key": "accounts[].ataDevices.presets",
|
|
1827
1827
|
"title": "Presets",
|
|
1828
1828
|
"type": "section",
|
|
1829
1829
|
"items": [
|
|
@@ -1853,7 +1853,7 @@
|
|
|
1853
1853
|
]
|
|
1854
1854
|
},
|
|
1855
1855
|
{
|
|
1856
|
-
"key": "accounts[].ataDevices",
|
|
1856
|
+
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
1857
1857
|
"title": "Buttons / Sensors",
|
|
1858
1858
|
"type": "section",
|
|
1859
1859
|
"items": [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "3.10.0-beta.
|
|
4
|
+
"version": "3.10.0-beta.8",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|