homebridge-melcloud-control 3.10.0-beta.1 → 3.10.0-beta.11
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 +24 -55
- 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
|
{
|
|
@@ -1810,26 +1810,15 @@
|
|
|
1810
1810
|
"readonly": true
|
|
1811
1811
|
},
|
|
1812
1812
|
"accounts[].ataDevices[].displayMode",
|
|
1813
|
+
"accounts[].ataDevices[].name",
|
|
1814
|
+
"accounts[].ataDevices[].heatDryFanMode",
|
|
1815
|
+
"accounts[].ataDevices[].coolDryFanMode",
|
|
1816
|
+
"accounts[].ataDevices[].autoDryFanMode",
|
|
1817
|
+
"accounts[].ataDevices[].refreshInterval",
|
|
1813
1818
|
{
|
|
1814
|
-
"key": "accounts[].ataDevices[]",
|
|
1815
|
-
"type": "section",
|
|
1816
|
-
"title": "Settings",
|
|
1817
|
-
"expandable": true,
|
|
1818
|
-
"expanded": false,
|
|
1819
|
-
"items": [
|
|
1820
|
-
"accounts[].ataDevices[].name",
|
|
1821
|
-
"accounts[].ataDevices[].heatDryFanMode",
|
|
1822
|
-
"accounts[].ataDevices[].coolDryFanMode",
|
|
1823
|
-
"accounts[].ataDevices[].autoDryFanMode",
|
|
1824
|
-
"accounts[].ataDevices[].refreshInterval"
|
|
1825
|
-
]
|
|
1826
|
-
},
|
|
1827
|
-
{
|
|
1828
|
-
"key": "accounts[].ataDevices",
|
|
1829
|
-
"type": "section",
|
|
1819
|
+
"key": "accounts[].ataDevices[].presets",
|
|
1830
1820
|
"title": "Presets",
|
|
1831
|
-
"
|
|
1832
|
-
"expanded": false,
|
|
1821
|
+
"type": "section",
|
|
1833
1822
|
"items": [
|
|
1834
1823
|
{
|
|
1835
1824
|
"key": "accounts[].ataDevices[].presets",
|
|
@@ -1849,21 +1838,17 @@
|
|
|
1849
1838
|
},
|
|
1850
1839
|
{
|
|
1851
1840
|
"key": "accounts[].ataDevices",
|
|
1852
|
-
"type": "section",
|
|
1853
1841
|
"title": "Temperature Sensors",
|
|
1854
|
-
"
|
|
1855
|
-
"expanded": false,
|
|
1842
|
+
"type": "section",
|
|
1856
1843
|
"items": [
|
|
1857
1844
|
"accounts[].ataDevices[].temperatureSensor",
|
|
1858
1845
|
"accounts[].ataDevices[].temperatureSensorOutdoor"
|
|
1859
1846
|
]
|
|
1860
1847
|
},
|
|
1861
1848
|
{
|
|
1862
|
-
"key": "accounts[].ataDevices",
|
|
1863
|
-
"type": "section",
|
|
1849
|
+
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
1864
1850
|
"title": "Buttons / Sensors",
|
|
1865
|
-
"
|
|
1866
|
-
"expanded": false,
|
|
1851
|
+
"type": "section",
|
|
1867
1852
|
"items": [
|
|
1868
1853
|
{
|
|
1869
1854
|
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
@@ -1884,7 +1869,7 @@
|
|
|
1884
1869
|
}
|
|
1885
1870
|
},
|
|
1886
1871
|
{
|
|
1887
|
-
"key": "
|
|
1872
|
+
"key": "accouts[]",
|
|
1888
1873
|
"type": "tabarray",
|
|
1889
1874
|
"title": "{{ value.title }}",
|
|
1890
1875
|
"items": [],
|
|
@@ -1895,7 +1880,6 @@
|
|
|
1895
1880
|
]
|
|
1896
1881
|
},
|
|
1897
1882
|
{
|
|
1898
|
-
"key": "accounts[]",
|
|
1899
1883
|
"title": "Heat Pump",
|
|
1900
1884
|
"items": [
|
|
1901
1885
|
{
|
|
@@ -1914,7 +1898,7 @@
|
|
|
1914
1898
|
"accounts[].atwDevices[].displayMode",
|
|
1915
1899
|
"accounts[].atwDevices[].hideZone",
|
|
1916
1900
|
{
|
|
1917
|
-
"key": "accounts[].atwDevices
|
|
1901
|
+
"key": "accounts[].atwDevices",
|
|
1918
1902
|
"type": "section",
|
|
1919
1903
|
"title": "Settings",
|
|
1920
1904
|
"expandable": true,
|
|
@@ -1925,11 +1909,9 @@
|
|
|
1925
1909
|
]
|
|
1926
1910
|
},
|
|
1927
1911
|
{
|
|
1928
|
-
"key": "accounts[].atwDevices",
|
|
1929
|
-
"type": "section",
|
|
1912
|
+
"key": "accounts[].atwDevices[].presets",
|
|
1930
1913
|
"title": "Presets",
|
|
1931
|
-
"
|
|
1932
|
-
"expanded": false,
|
|
1914
|
+
"type": "section",
|
|
1933
1915
|
"items": [
|
|
1934
1916
|
{
|
|
1935
1917
|
"key": "accounts[].atwDevices[].presets",
|
|
@@ -1949,10 +1931,8 @@
|
|
|
1949
1931
|
},
|
|
1950
1932
|
{
|
|
1951
1933
|
"key": "accounts[].atwDevices",
|
|
1952
|
-
"type": "section",
|
|
1953
1934
|
"title": "Temperature Sensors",
|
|
1954
|
-
"
|
|
1955
|
-
"expanded": false,
|
|
1935
|
+
"type": "section",
|
|
1956
1936
|
"items": [
|
|
1957
1937
|
"accounts[].atwDevices[].temperatureSensor",
|
|
1958
1938
|
"accounts[].atwDevices[].temperatureSensorFlow",
|
|
@@ -1966,11 +1946,9 @@
|
|
|
1966
1946
|
]
|
|
1967
1947
|
},
|
|
1968
1948
|
{
|
|
1969
|
-
"key": "accounts[].atwDevices",
|
|
1970
|
-
"type": "section",
|
|
1949
|
+
"key": "accounts[].atwDevices[].buttonsSensors",
|
|
1971
1950
|
"title": "Buttons / Sensors",
|
|
1972
|
-
"
|
|
1973
|
-
"expanded": false,
|
|
1951
|
+
"type": "section",
|
|
1974
1952
|
"items": [
|
|
1975
1953
|
{
|
|
1976
1954
|
"key": "accounts[].atwDevices[].buttonsSensors",
|
|
@@ -2002,7 +1980,6 @@
|
|
|
2002
1980
|
]
|
|
2003
1981
|
},
|
|
2004
1982
|
{
|
|
2005
|
-
"key": "accounts[]",
|
|
2006
1983
|
"title": "Energy Recovery Ventilation",
|
|
2007
1984
|
"items": [
|
|
2008
1985
|
{
|
|
@@ -2021,21 +1998,17 @@
|
|
|
2021
1998
|
"accounts[].ervDevices[].displayMode",
|
|
2022
1999
|
{
|
|
2023
2000
|
"key": "accounts[].ervDevices[]",
|
|
2024
|
-
"type": "section",
|
|
2025
2001
|
"title": "Settings",
|
|
2026
|
-
"
|
|
2027
|
-
"expanded": false,
|
|
2002
|
+
"type": "section",
|
|
2028
2003
|
"items": [
|
|
2029
2004
|
"accounts[].ervDevices[].name",
|
|
2030
2005
|
"accounts[].ervDevices[].refreshInterval"
|
|
2031
2006
|
]
|
|
2032
2007
|
},
|
|
2033
2008
|
{
|
|
2034
|
-
"key": "accounts[].ervDevices",
|
|
2035
|
-
"type": "section",
|
|
2009
|
+
"key": "accounts[].ervDevices[].presets",
|
|
2036
2010
|
"title": "Presets",
|
|
2037
|
-
"
|
|
2038
|
-
"expanded": false,
|
|
2011
|
+
"type": "section",
|
|
2039
2012
|
"items": [
|
|
2040
2013
|
{
|
|
2041
2014
|
"key": "accounts[].ervDevices[].presets",
|
|
@@ -2055,10 +2028,8 @@
|
|
|
2055
2028
|
},
|
|
2056
2029
|
{
|
|
2057
2030
|
"key": "accounts[].ervDevices",
|
|
2058
|
-
"type": "section",
|
|
2059
2031
|
"title": "Temperature Sensors",
|
|
2060
|
-
"
|
|
2061
|
-
"expanded": false,
|
|
2032
|
+
"type": "section",
|
|
2062
2033
|
"items": [
|
|
2063
2034
|
"accounts[].ervDevices[].temperatureSensor",
|
|
2064
2035
|
"accounts[].ervDevices[].temperatureSensorOutdoor",
|
|
@@ -2066,11 +2037,9 @@
|
|
|
2066
2037
|
]
|
|
2067
2038
|
},
|
|
2068
2039
|
{
|
|
2069
|
-
"key": "accounts[].ervDevices",
|
|
2070
|
-
"type": "section",
|
|
2040
|
+
"key": "accounts[].ervDevices[].buttonsSensors",
|
|
2071
2041
|
"title": "Buttons / Sensors",
|
|
2072
|
-
"
|
|
2073
|
-
"expanded": false,
|
|
2042
|
+
"type": "section",
|
|
2074
2043
|
"items": [
|
|
2075
2044
|
{
|
|
2076
2045
|
"key": "accounts[].ervDevices[].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.11",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|