homebridge-melcloud-control 3.10.0-beta.6 → 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 +7 -3
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1793,7 +1793,7 @@
|
|
|
1793
1793
|
"title": "{{ value.title }}",
|
|
1794
1794
|
"items": [
|
|
1795
1795
|
{
|
|
1796
|
-
"key": "accounts[]",
|
|
1796
|
+
"key": "accounts[].ataDevices",
|
|
1797
1797
|
"title": "Air Conditioner",
|
|
1798
1798
|
"items": [
|
|
1799
1799
|
{
|
|
@@ -1813,6 +1813,7 @@
|
|
|
1813
1813
|
{
|
|
1814
1814
|
"key": "accounts[].ataDevices",
|
|
1815
1815
|
"title": "Settings",
|
|
1816
|
+
"type": "section",
|
|
1816
1817
|
"items": [
|
|
1817
1818
|
"accounts[].ataDevices[].name",
|
|
1818
1819
|
"accounts[].ataDevices[].heatDryFanMode",
|
|
@@ -1822,8 +1823,9 @@
|
|
|
1822
1823
|
]
|
|
1823
1824
|
},
|
|
1824
1825
|
{
|
|
1825
|
-
"key": "accounts[].ataDevices",
|
|
1826
|
+
"key": "accounts[].ataDevices.presets",
|
|
1826
1827
|
"title": "Presets",
|
|
1828
|
+
"type": "section",
|
|
1827
1829
|
"items": [
|
|
1828
1830
|
{
|
|
1829
1831
|
"key": "accounts[].ataDevices[].presets",
|
|
@@ -1844,14 +1846,16 @@
|
|
|
1844
1846
|
{
|
|
1845
1847
|
"key": "accounts[].ataDevices",
|
|
1846
1848
|
"title": "Temperature Sensors",
|
|
1849
|
+
"type": "section",
|
|
1847
1850
|
"items": [
|
|
1848
1851
|
"accounts[].ataDevices[].temperatureSensor",
|
|
1849
1852
|
"accounts[].ataDevices[].temperatureSensorOutdoor"
|
|
1850
1853
|
]
|
|
1851
1854
|
},
|
|
1852
1855
|
{
|
|
1853
|
-
"key": "accounts[].ataDevices",
|
|
1856
|
+
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
1854
1857
|
"title": "Buttons / Sensors",
|
|
1858
|
+
"type": "section",
|
|
1855
1859
|
"items": [
|
|
1856
1860
|
{
|
|
1857
1861
|
"key": "accounts[].ataDevices[].buttonsSensors",
|
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",
|