homebridge-melcloud-control 3.10.0-beta.17 → 3.10.0-beta.19
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 +65 -36
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1809,16 +1809,27 @@
|
|
|
1809
1809
|
"key": "accounts[].ataDevices[].typeString",
|
|
1810
1810
|
"readonly": true
|
|
1811
1811
|
},
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1812
|
+
{
|
|
1813
|
+
"key": "accounts[].ataDevices[]",
|
|
1814
|
+
"title": "Settings",
|
|
1815
|
+
"type": "section",
|
|
1816
|
+
"expandable": true,
|
|
1817
|
+
"expanded": false,
|
|
1818
|
+
"items": [
|
|
1819
|
+
"accounts[].ataDevices[].displayMode",
|
|
1820
|
+
"accounts[].ataDevices[].name",
|
|
1821
|
+
"accounts[].ataDevices[].heatDryFanMode",
|
|
1822
|
+
"accounts[].ataDevices[].coolDryFanMode",
|
|
1823
|
+
"accounts[].ataDevices[].autoDryFanMode",
|
|
1824
|
+
"accounts[].ataDevices[].refreshInterval"
|
|
1825
|
+
]
|
|
1826
|
+
},
|
|
1818
1827
|
{
|
|
1819
1828
|
"key": "accounts[].ataDevices[]",
|
|
1820
1829
|
"title": "Temperature Sensors",
|
|
1821
1830
|
"type": "section",
|
|
1831
|
+
"expandable": true,
|
|
1832
|
+
"expanded": false,
|
|
1822
1833
|
"items": [
|
|
1823
1834
|
"accounts[].ataDevices[].temperatureSensor",
|
|
1824
1835
|
"accounts[].ataDevices[].temperatureSensorOutdoor"
|
|
@@ -1828,6 +1839,8 @@
|
|
|
1828
1839
|
"key": "accounts[].ataDevices[].presets",
|
|
1829
1840
|
"title": "Presets",
|
|
1830
1841
|
"type": "section",
|
|
1842
|
+
"expandable": true,
|
|
1843
|
+
"expanded": false,
|
|
1831
1844
|
"items": [
|
|
1832
1845
|
{
|
|
1833
1846
|
"key": "accounts[].ataDevices[].presets",
|
|
@@ -1849,6 +1862,8 @@
|
|
|
1849
1862
|
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
1850
1863
|
"title": "Buttons / Sensors",
|
|
1851
1864
|
"type": "section",
|
|
1865
|
+
"expandable": true,
|
|
1866
|
+
"expanded": false,
|
|
1852
1867
|
"items": [
|
|
1853
1868
|
{
|
|
1854
1869
|
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
@@ -1880,6 +1895,7 @@
|
|
|
1880
1895
|
]
|
|
1881
1896
|
},
|
|
1882
1897
|
{
|
|
1898
|
+
"key": "accounts[]",
|
|
1883
1899
|
"title": "Heat Pump",
|
|
1884
1900
|
"items": [
|
|
1885
1901
|
{
|
|
@@ -1895,23 +1911,43 @@
|
|
|
1895
1911
|
"key": "accounts[].atwDevices[].typeString",
|
|
1896
1912
|
"readonly": true
|
|
1897
1913
|
},
|
|
1898
|
-
"accounts[].atwDevices[].displayMode",
|
|
1899
|
-
"accounts[].atwDevices[].hideZone",
|
|
1900
1914
|
{
|
|
1901
|
-
"key": "accounts[].atwDevices",
|
|
1915
|
+
"key": "accounts[].atwDevices[]",
|
|
1902
1916
|
"type": "section",
|
|
1903
1917
|
"title": "Settings",
|
|
1904
1918
|
"expandable": true,
|
|
1905
1919
|
"expanded": false,
|
|
1906
1920
|
"items": [
|
|
1921
|
+
"accounts[].atwDevices[].displayMode",
|
|
1922
|
+
"accounts[].atwDevices[].hideZone",
|
|
1907
1923
|
"accounts[].atwDevices[].name",
|
|
1908
1924
|
"accounts[].atwDevices[].refreshInterval"
|
|
1909
1925
|
]
|
|
1910
1926
|
},
|
|
1927
|
+
{
|
|
1928
|
+
"key": "accounts[].atwDevices[]",
|
|
1929
|
+
"title": "Temperature Sensors",
|
|
1930
|
+
"type": "section",
|
|
1931
|
+
"expandable": true,
|
|
1932
|
+
"expanded": false,
|
|
1933
|
+
"items": [
|
|
1934
|
+
"accounts[].atwDevices[].temperatureSensor",
|
|
1935
|
+
"accounts[].atwDevices[].temperatureSensorFlow",
|
|
1936
|
+
"accounts[].atwDevices[].temperatureSensorReturn",
|
|
1937
|
+
"accounts[].atwDevices[].temperatureSensorFlowZone1",
|
|
1938
|
+
"accounts[].atwDevices[].temperatureSensorReturnZone1",
|
|
1939
|
+
"accounts[].atwDevices[].temperatureSensorFlowWaterTank",
|
|
1940
|
+
"accounts[].atwDevices[].temperatureSensorReturnWaterTank",
|
|
1941
|
+
"accounts[].atwDevices[].temperatureSensorFlowZone2",
|
|
1942
|
+
"accounts[].atwDevices[].temperatureSensorReturnZone2"
|
|
1943
|
+
]
|
|
1944
|
+
},
|
|
1911
1945
|
{
|
|
1912
1946
|
"key": "accounts[].atwDevices[].presets",
|
|
1913
1947
|
"title": "Presets",
|
|
1914
1948
|
"type": "section",
|
|
1949
|
+
"expandable": true,
|
|
1950
|
+
"expanded": false,
|
|
1915
1951
|
"items": [
|
|
1916
1952
|
{
|
|
1917
1953
|
"key": "accounts[].atwDevices[].presets",
|
|
@@ -1929,26 +1965,12 @@
|
|
|
1929
1965
|
}
|
|
1930
1966
|
]
|
|
1931
1967
|
},
|
|
1932
|
-
{
|
|
1933
|
-
"key": "accounts[].atwDevices",
|
|
1934
|
-
"title": "Temperature Sensors",
|
|
1935
|
-
"type": "section",
|
|
1936
|
-
"items": [
|
|
1937
|
-
"accounts[].atwDevices[].temperatureSensor",
|
|
1938
|
-
"accounts[].atwDevices[].temperatureSensorFlow",
|
|
1939
|
-
"accounts[].atwDevices[].temperatureSensorReturn",
|
|
1940
|
-
"accounts[].atwDevices[].temperatureSensorFlowZone1",
|
|
1941
|
-
"accounts[].atwDevices[].temperatureSensorReturnZone1",
|
|
1942
|
-
"accounts[].atwDevices[].temperatureSensorFlowWaterTank",
|
|
1943
|
-
"accounts[].atwDevices[].temperatureSensorReturnWaterTank",
|
|
1944
|
-
"accounts[].atwDevices[].temperatureSensorFlowZone2",
|
|
1945
|
-
"accounts[].atwDevices[].temperatureSensorReturnZone2"
|
|
1946
|
-
]
|
|
1947
|
-
},
|
|
1948
1968
|
{
|
|
1949
1969
|
"key": "accounts[].atwDevices[].buttonsSensors",
|
|
1950
1970
|
"title": "Buttons / Sensors",
|
|
1951
1971
|
"type": "section",
|
|
1972
|
+
"expandable": true,
|
|
1973
|
+
"expanded": false,
|
|
1952
1974
|
"items": [
|
|
1953
1975
|
{
|
|
1954
1976
|
"key": "accounts[].atwDevices[].buttonsSensors",
|
|
@@ -1980,6 +2002,7 @@
|
|
|
1980
2002
|
]
|
|
1981
2003
|
},
|
|
1982
2004
|
{
|
|
2005
|
+
"key": "accounts[]",
|
|
1983
2006
|
"title": "Energy Recovery Ventilation",
|
|
1984
2007
|
"items": [
|
|
1985
2008
|
{
|
|
@@ -1995,20 +2018,34 @@
|
|
|
1995
2018
|
"key": "accounts[].ervDevices[].typeString",
|
|
1996
2019
|
"readonly": true
|
|
1997
2020
|
},
|
|
1998
|
-
"accounts[].ervDevices[].displayMode",
|
|
1999
2021
|
{
|
|
2000
2022
|
"key": "accounts[].ervDevices[]",
|
|
2001
2023
|
"title": "Settings",
|
|
2002
2024
|
"type": "section",
|
|
2025
|
+
"expandable": true,
|
|
2026
|
+
"expanded": false,
|
|
2003
2027
|
"items": [
|
|
2028
|
+
"accounts[].ervDevices[].displayMode",
|
|
2004
2029
|
"accounts[].ervDevices[].name",
|
|
2005
2030
|
"accounts[].ervDevices[].refreshInterval"
|
|
2006
2031
|
]
|
|
2007
2032
|
},
|
|
2033
|
+
{
|
|
2034
|
+
"key": "accounts[].ervDevices[]",
|
|
2035
|
+
"title": "Temperature Sensors",
|
|
2036
|
+
"type": "section",
|
|
2037
|
+
"items": [
|
|
2038
|
+
"accounts[].ervDevices[].temperatureSensor",
|
|
2039
|
+
"accounts[].ervDevices[].temperatureSensorOutdoor",
|
|
2040
|
+
"accounts[].ervDevices[].temperatureSensorSupply"
|
|
2041
|
+
]
|
|
2042
|
+
},
|
|
2008
2043
|
{
|
|
2009
2044
|
"key": "accounts[].ervDevices[].presets",
|
|
2010
2045
|
"title": "Presets",
|
|
2011
2046
|
"type": "section",
|
|
2047
|
+
"expandable": true,
|
|
2048
|
+
"expanded": false,
|
|
2012
2049
|
"items": [
|
|
2013
2050
|
{
|
|
2014
2051
|
"key": "accounts[].ervDevices[].presets",
|
|
@@ -2026,20 +2063,12 @@
|
|
|
2026
2063
|
}
|
|
2027
2064
|
]
|
|
2028
2065
|
},
|
|
2029
|
-
{
|
|
2030
|
-
"key": "accounts[].ervDevices",
|
|
2031
|
-
"title": "Temperature Sensors",
|
|
2032
|
-
"type": "section",
|
|
2033
|
-
"items": [
|
|
2034
|
-
"accounts[].ervDevices[].temperatureSensor",
|
|
2035
|
-
"accounts[].ervDevices[].temperatureSensorOutdoor",
|
|
2036
|
-
"accounts[].ervDevices[].temperatureSensorSupply"
|
|
2037
|
-
]
|
|
2038
|
-
},
|
|
2039
2066
|
{
|
|
2040
2067
|
"key": "accounts[].ervDevices[].buttonsSensors",
|
|
2041
2068
|
"title": "Buttons / Sensors",
|
|
2042
2069
|
"type": "section",
|
|
2070
|
+
"expandable": true,
|
|
2071
|
+
"expanded": false,
|
|
2043
2072
|
"items": [
|
|
2044
2073
|
{
|
|
2045
2074
|
"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.19",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|