homebridge-melcloud-control 3.10.0-beta.10 → 3.10.0-beta.12
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 +6 -13
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1797,7 +1797,7 @@
|
|
|
1797
1797
|
"title": "Air Conditioner",
|
|
1798
1798
|
"items": [
|
|
1799
1799
|
{
|
|
1800
|
-
"key": "accounts[].ataDevices",
|
|
1800
|
+
"key": "accounts[].ataDevices[]",
|
|
1801
1801
|
"type": "tabarray",
|
|
1802
1802
|
"title": "{{ value.name }}",
|
|
1803
1803
|
"items": [
|
|
@@ -1810,18 +1810,11 @@
|
|
|
1810
1810
|
"readonly": true
|
|
1811
1811
|
},
|
|
1812
1812
|
"accounts[].ataDevices[].displayMode",
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
"accounts[].ataDevices[].name",
|
|
1819
|
-
"accounts[].ataDevices[].heatDryFanMode",
|
|
1820
|
-
"accounts[].ataDevices[].coolDryFanMode",
|
|
1821
|
-
"accounts[].ataDevices[].autoDryFanMode",
|
|
1822
|
-
"accounts[].ataDevices[].refreshInterval"
|
|
1823
|
-
]
|
|
1824
|
-
},
|
|
1813
|
+
"accounts[].ataDevices[].name",
|
|
1814
|
+
"accounts[].ataDevices[].heatDryFanMode",
|
|
1815
|
+
"accounts[].ataDevices[].coolDryFanMode",
|
|
1816
|
+
"accounts[].ataDevices[].autoDryFanMode",
|
|
1817
|
+
"accounts[].ataDevices[].refreshInterval",
|
|
1825
1818
|
{
|
|
1826
1819
|
"key": "accounts[].ataDevices[].presets",
|
|
1827
1820
|
"title": "Presets",
|
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.12",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|