homebridge-melcloud-control 3.10.0-beta.18 → 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 +44 -30
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1895,6 +1895,7 @@
|
|
|
1895
1895
|
]
|
|
1896
1896
|
},
|
|
1897
1897
|
{
|
|
1898
|
+
"key": "accounts[]",
|
|
1898
1899
|
"title": "Heat Pump",
|
|
1899
1900
|
"items": [
|
|
1900
1901
|
{
|
|
@@ -1910,23 +1911,43 @@
|
|
|
1910
1911
|
"key": "accounts[].atwDevices[].typeString",
|
|
1911
1912
|
"readonly": true
|
|
1912
1913
|
},
|
|
1913
|
-
"accounts[].atwDevices[].displayMode",
|
|
1914
|
-
"accounts[].atwDevices[].hideZone",
|
|
1915
1914
|
{
|
|
1916
|
-
"key": "accounts[].atwDevices",
|
|
1915
|
+
"key": "accounts[].atwDevices[]",
|
|
1917
1916
|
"type": "section",
|
|
1918
1917
|
"title": "Settings",
|
|
1919
1918
|
"expandable": true,
|
|
1920
1919
|
"expanded": false,
|
|
1921
1920
|
"items": [
|
|
1921
|
+
"accounts[].atwDevices[].displayMode",
|
|
1922
|
+
"accounts[].atwDevices[].hideZone",
|
|
1922
1923
|
"accounts[].atwDevices[].name",
|
|
1923
1924
|
"accounts[].atwDevices[].refreshInterval"
|
|
1924
1925
|
]
|
|
1925
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
|
+
},
|
|
1926
1945
|
{
|
|
1927
1946
|
"key": "accounts[].atwDevices[].presets",
|
|
1928
1947
|
"title": "Presets",
|
|
1929
1948
|
"type": "section",
|
|
1949
|
+
"expandable": true,
|
|
1950
|
+
"expanded": false,
|
|
1930
1951
|
"items": [
|
|
1931
1952
|
{
|
|
1932
1953
|
"key": "accounts[].atwDevices[].presets",
|
|
@@ -1944,26 +1965,12 @@
|
|
|
1944
1965
|
}
|
|
1945
1966
|
]
|
|
1946
1967
|
},
|
|
1947
|
-
{
|
|
1948
|
-
"key": "accounts[].atwDevices",
|
|
1949
|
-
"title": "Temperature Sensors",
|
|
1950
|
-
"type": "section",
|
|
1951
|
-
"items": [
|
|
1952
|
-
"accounts[].atwDevices[].temperatureSensor",
|
|
1953
|
-
"accounts[].atwDevices[].temperatureSensorFlow",
|
|
1954
|
-
"accounts[].atwDevices[].temperatureSensorReturn",
|
|
1955
|
-
"accounts[].atwDevices[].temperatureSensorFlowZone1",
|
|
1956
|
-
"accounts[].atwDevices[].temperatureSensorReturnZone1",
|
|
1957
|
-
"accounts[].atwDevices[].temperatureSensorFlowWaterTank",
|
|
1958
|
-
"accounts[].atwDevices[].temperatureSensorReturnWaterTank",
|
|
1959
|
-
"accounts[].atwDevices[].temperatureSensorFlowZone2",
|
|
1960
|
-
"accounts[].atwDevices[].temperatureSensorReturnZone2"
|
|
1961
|
-
]
|
|
1962
|
-
},
|
|
1963
1968
|
{
|
|
1964
1969
|
"key": "accounts[].atwDevices[].buttonsSensors",
|
|
1965
1970
|
"title": "Buttons / Sensors",
|
|
1966
1971
|
"type": "section",
|
|
1972
|
+
"expandable": true,
|
|
1973
|
+
"expanded": false,
|
|
1967
1974
|
"items": [
|
|
1968
1975
|
{
|
|
1969
1976
|
"key": "accounts[].atwDevices[].buttonsSensors",
|
|
@@ -1995,6 +2002,7 @@
|
|
|
1995
2002
|
]
|
|
1996
2003
|
},
|
|
1997
2004
|
{
|
|
2005
|
+
"key": "accounts[]",
|
|
1998
2006
|
"title": "Energy Recovery Ventilation",
|
|
1999
2007
|
"items": [
|
|
2000
2008
|
{
|
|
@@ -2010,20 +2018,34 @@
|
|
|
2010
2018
|
"key": "accounts[].ervDevices[].typeString",
|
|
2011
2019
|
"readonly": true
|
|
2012
2020
|
},
|
|
2013
|
-
"accounts[].ervDevices[].displayMode",
|
|
2014
2021
|
{
|
|
2015
2022
|
"key": "accounts[].ervDevices[]",
|
|
2016
2023
|
"title": "Settings",
|
|
2017
2024
|
"type": "section",
|
|
2025
|
+
"expandable": true,
|
|
2026
|
+
"expanded": false,
|
|
2018
2027
|
"items": [
|
|
2028
|
+
"accounts[].ervDevices[].displayMode",
|
|
2019
2029
|
"accounts[].ervDevices[].name",
|
|
2020
2030
|
"accounts[].ervDevices[].refreshInterval"
|
|
2021
2031
|
]
|
|
2022
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
|
+
},
|
|
2023
2043
|
{
|
|
2024
2044
|
"key": "accounts[].ervDevices[].presets",
|
|
2025
2045
|
"title": "Presets",
|
|
2026
2046
|
"type": "section",
|
|
2047
|
+
"expandable": true,
|
|
2048
|
+
"expanded": false,
|
|
2027
2049
|
"items": [
|
|
2028
2050
|
{
|
|
2029
2051
|
"key": "accounts[].ervDevices[].presets",
|
|
@@ -2041,20 +2063,12 @@
|
|
|
2041
2063
|
}
|
|
2042
2064
|
]
|
|
2043
2065
|
},
|
|
2044
|
-
{
|
|
2045
|
-
"key": "accounts[].ervDevices",
|
|
2046
|
-
"title": "Temperature Sensors",
|
|
2047
|
-
"type": "section",
|
|
2048
|
-
"items": [
|
|
2049
|
-
"accounts[].ervDevices[].temperatureSensor",
|
|
2050
|
-
"accounts[].ervDevices[].temperatureSensorOutdoor",
|
|
2051
|
-
"accounts[].ervDevices[].temperatureSensorSupply"
|
|
2052
|
-
]
|
|
2053
|
-
},
|
|
2054
2066
|
{
|
|
2055
2067
|
"key": "accounts[].ervDevices[].buttonsSensors",
|
|
2056
2068
|
"title": "Buttons / Sensors",
|
|
2057
2069
|
"type": "section",
|
|
2070
|
+
"expandable": true,
|
|
2071
|
+
"expanded": false,
|
|
2058
2072
|
"items": [
|
|
2059
2073
|
{
|
|
2060
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",
|