homebridge-melcloud-control 3.10.0-beta.13 → 3.10.0-beta.15
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 +13 -13
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1788,16 +1788,16 @@
|
|
|
1788
1788
|
},
|
|
1789
1789
|
"accounts[].language",
|
|
1790
1790
|
{
|
|
1791
|
-
"key": "accounts[]",
|
|
1791
|
+
"key": "accounts[].ataDevices",
|
|
1792
1792
|
"type": "tabarray",
|
|
1793
1793
|
"title": "{{ value.title }}",
|
|
1794
1794
|
"items": [
|
|
1795
1795
|
{
|
|
1796
|
-
"key": "accounts[]
|
|
1796
|
+
"key": "accounts[]",
|
|
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": [
|
|
@@ -1815,6 +1815,15 @@
|
|
|
1815
1815
|
"accounts[].ataDevices[].coolDryFanMode",
|
|
1816
1816
|
"accounts[].ataDevices[].autoDryFanMode",
|
|
1817
1817
|
"accounts[].ataDevices[].refreshInterval",
|
|
1818
|
+
{
|
|
1819
|
+
"key": "accounts[].ataDevices[]",
|
|
1820
|
+
"title": "Temperature Sensors",
|
|
1821
|
+
"type": "section",
|
|
1822
|
+
"items": [
|
|
1823
|
+
"accounts[].ataDevices[].temperatureSensor",
|
|
1824
|
+
"accounts[].ataDevices[].temperatureSensorOutdoor"
|
|
1825
|
+
]
|
|
1826
|
+
},
|
|
1818
1827
|
{
|
|
1819
1828
|
"key": "accounts[].ataDevices[].presets",
|
|
1820
1829
|
"title": "Presets",
|
|
@@ -1836,15 +1845,6 @@
|
|
|
1836
1845
|
}
|
|
1837
1846
|
]
|
|
1838
1847
|
},
|
|
1839
|
-
{
|
|
1840
|
-
"key": "accounts[].ataDevices",
|
|
1841
|
-
"title": "Temperature Sensors",
|
|
1842
|
-
"type": "section",
|
|
1843
|
-
"items": [
|
|
1844
|
-
"accounts[].ataDevices[].temperatureSensor",
|
|
1845
|
-
"accounts[].ataDevices[].temperatureSensorOutdoor"
|
|
1846
|
-
]
|
|
1847
|
-
},
|
|
1848
1848
|
{
|
|
1849
1849
|
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
1850
1850
|
"title": "Buttons / Sensors",
|
|
@@ -1869,7 +1869,7 @@
|
|
|
1869
1869
|
}
|
|
1870
1870
|
},
|
|
1871
1871
|
{
|
|
1872
|
-
"key": "
|
|
1872
|
+
"key": "accounts[]",
|
|
1873
1873
|
"type": "tabarray",
|
|
1874
1874
|
"title": "{{ value.title }}",
|
|
1875
1875
|
"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.15",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|