homebridge-melcloud-control 3.10.0-beta.2 → 3.10.0-beta.20
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 +57 -57
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1592,7 +1592,7 @@
|
|
|
1592
1592
|
}
|
|
1593
1593
|
},
|
|
1594
1594
|
"required": [
|
|
1595
|
-
"
|
|
1595
|
+
"displayType"
|
|
1596
1596
|
]
|
|
1597
1597
|
}
|
|
1598
1598
|
}
|
|
@@ -1809,14 +1809,14 @@
|
|
|
1809
1809
|
"key": "accounts[].ataDevices[].typeString",
|
|
1810
1810
|
"readonly": true
|
|
1811
1811
|
},
|
|
1812
|
-
"accounts[].ataDevices[].displayMode",
|
|
1813
1812
|
{
|
|
1814
1813
|
"key": "accounts[].ataDevices[]",
|
|
1815
|
-
"type": "section",
|
|
1816
1814
|
"title": "Settings",
|
|
1815
|
+
"type": "section",
|
|
1817
1816
|
"expandable": true,
|
|
1818
1817
|
"expanded": false,
|
|
1819
1818
|
"items": [
|
|
1819
|
+
"accounts[].ataDevices[].displayMode",
|
|
1820
1820
|
"accounts[].ataDevices[].name",
|
|
1821
1821
|
"accounts[].ataDevices[].heatDryFanMode",
|
|
1822
1822
|
"accounts[].ataDevices[].coolDryFanMode",
|
|
@@ -1825,9 +1825,20 @@
|
|
|
1825
1825
|
]
|
|
1826
1826
|
},
|
|
1827
1827
|
{
|
|
1828
|
-
"key": "accounts[].ataDevices",
|
|
1828
|
+
"key": "accounts[].ataDevices[]",
|
|
1829
|
+
"title": "Temperature Sensors",
|
|
1829
1830
|
"type": "section",
|
|
1831
|
+
"expandable": true,
|
|
1832
|
+
"expanded": false,
|
|
1833
|
+
"items": [
|
|
1834
|
+
"accounts[].ataDevices[].temperatureSensor",
|
|
1835
|
+
"accounts[].ataDevices[].temperatureSensorOutdoor"
|
|
1836
|
+
]
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
"key": "accounts[].ataDevices[].presets",
|
|
1830
1840
|
"title": "Presets",
|
|
1841
|
+
"type": "section",
|
|
1831
1842
|
"expandable": true,
|
|
1832
1843
|
"expanded": false,
|
|
1833
1844
|
"items": [
|
|
@@ -1848,20 +1859,9 @@
|
|
|
1848
1859
|
]
|
|
1849
1860
|
},
|
|
1850
1861
|
{
|
|
1851
|
-
"key": "accounts[].ataDevices",
|
|
1852
|
-
"type": "section",
|
|
1853
|
-
"title": "Temperature Sensors",
|
|
1854
|
-
"expandable": true,
|
|
1855
|
-
"expanded": false,
|
|
1856
|
-
"items": [
|
|
1857
|
-
"accounts[].ataDevices[].temperatureSensor",
|
|
1858
|
-
"accounts[].ataDevices[].temperatureSensorOutdoor"
|
|
1859
|
-
]
|
|
1860
|
-
},
|
|
1861
|
-
{
|
|
1862
|
-
"key": "accounts[].ataDevices",
|
|
1863
|
-
"type": "section",
|
|
1862
|
+
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
1864
1863
|
"title": "Buttons / Sensors",
|
|
1864
|
+
"type": "section",
|
|
1865
1865
|
"expandable": true,
|
|
1866
1866
|
"expanded": false,
|
|
1867
1867
|
"items": [
|
|
@@ -1911,8 +1911,6 @@
|
|
|
1911
1911
|
"key": "accounts[].atwDevices[].typeString",
|
|
1912
1912
|
"readonly": true
|
|
1913
1913
|
},
|
|
1914
|
-
"accounts[].atwDevices[].displayMode",
|
|
1915
|
-
"accounts[].atwDevices[].hideZone",
|
|
1916
1914
|
{
|
|
1917
1915
|
"key": "accounts[].atwDevices[]",
|
|
1918
1916
|
"type": "section",
|
|
@@ -1920,14 +1918,34 @@
|
|
|
1920
1918
|
"expandable": true,
|
|
1921
1919
|
"expanded": false,
|
|
1922
1920
|
"items": [
|
|
1921
|
+
"accounts[].atwDevices[].displayMode",
|
|
1922
|
+
"accounts[].atwDevices[].hideZone",
|
|
1923
1923
|
"accounts[].atwDevices[].name",
|
|
1924
1924
|
"accounts[].atwDevices[].refreshInterval"
|
|
1925
1925
|
]
|
|
1926
1926
|
},
|
|
1927
1927
|
{
|
|
1928
|
-
"key": "accounts[].atwDevices",
|
|
1928
|
+
"key": "accounts[].atwDevices[]",
|
|
1929
|
+
"title": "Temperature Sensors",
|
|
1929
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
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"key": "accounts[].atwDevices[].presets",
|
|
1930
1947
|
"title": "Presets",
|
|
1948
|
+
"type": "section",
|
|
1931
1949
|
"expandable": true,
|
|
1932
1950
|
"expanded": false,
|
|
1933
1951
|
"items": [
|
|
@@ -1948,27 +1966,9 @@
|
|
|
1948
1966
|
]
|
|
1949
1967
|
},
|
|
1950
1968
|
{
|
|
1951
|
-
"key": "accounts[].atwDevices",
|
|
1952
|
-
"type": "section",
|
|
1953
|
-
"title": "Temperature Sensors",
|
|
1954
|
-
"expandable": true,
|
|
1955
|
-
"expanded": false,
|
|
1956
|
-
"items": [
|
|
1957
|
-
"accounts[].atwDevices[].temperatureSensor",
|
|
1958
|
-
"accounts[].atwDevices[].temperatureSensorFlow",
|
|
1959
|
-
"accounts[].atwDevices[].temperatureSensorReturn",
|
|
1960
|
-
"accounts[].atwDevices[].temperatureSensorFlowZone1",
|
|
1961
|
-
"accounts[].atwDevices[].temperatureSensorReturnZone1",
|
|
1962
|
-
"accounts[].atwDevices[].temperatureSensorFlowWaterTank",
|
|
1963
|
-
"accounts[].atwDevices[].temperatureSensorReturnWaterTank",
|
|
1964
|
-
"accounts[].atwDevices[].temperatureSensorFlowZone2",
|
|
1965
|
-
"accounts[].atwDevices[].temperatureSensorReturnZone2"
|
|
1966
|
-
]
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
"key": "accounts[].atwDevices",
|
|
1970
|
-
"type": "section",
|
|
1969
|
+
"key": "accounts[].atwDevices[].buttonsSensors",
|
|
1971
1970
|
"title": "Buttons / Sensors",
|
|
1971
|
+
"type": "section",
|
|
1972
1972
|
"expandable": true,
|
|
1973
1973
|
"expanded": false,
|
|
1974
1974
|
"items": [
|
|
@@ -2018,22 +2018,34 @@
|
|
|
2018
2018
|
"key": "accounts[].ervDevices[].typeString",
|
|
2019
2019
|
"readonly": true
|
|
2020
2020
|
},
|
|
2021
|
-
"accounts[].ervDevices[].displayMode",
|
|
2022
2021
|
{
|
|
2023
2022
|
"key": "accounts[].ervDevices[]",
|
|
2024
|
-
"type": "section",
|
|
2025
2023
|
"title": "Settings",
|
|
2024
|
+
"type": "section",
|
|
2026
2025
|
"expandable": true,
|
|
2027
2026
|
"expanded": false,
|
|
2028
2027
|
"items": [
|
|
2028
|
+
"accounts[].ervDevices[].displayMode",
|
|
2029
2029
|
"accounts[].ervDevices[].name",
|
|
2030
2030
|
"accounts[].ervDevices[].refreshInterval"
|
|
2031
2031
|
]
|
|
2032
2032
|
},
|
|
2033
2033
|
{
|
|
2034
|
-
"key": "accounts[].ervDevices",
|
|
2034
|
+
"key": "accounts[].ervDevices[]",
|
|
2035
|
+
"title": "Temperature Sensors",
|
|
2035
2036
|
"type": "section",
|
|
2037
|
+
"expandable": true,
|
|
2038
|
+
"expanded": false,
|
|
2039
|
+
"items": [
|
|
2040
|
+
"accounts[].ervDevices[].temperatureSensor",
|
|
2041
|
+
"accounts[].ervDevices[].temperatureSensorOutdoor",
|
|
2042
|
+
"accounts[].ervDevices[].temperatureSensorSupply"
|
|
2043
|
+
]
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"key": "accounts[].ervDevices[].presets",
|
|
2036
2047
|
"title": "Presets",
|
|
2048
|
+
"type": "section",
|
|
2037
2049
|
"expandable": true,
|
|
2038
2050
|
"expanded": false,
|
|
2039
2051
|
"items": [
|
|
@@ -2054,21 +2066,9 @@
|
|
|
2054
2066
|
]
|
|
2055
2067
|
},
|
|
2056
2068
|
{
|
|
2057
|
-
"key": "accounts[].ervDevices",
|
|
2058
|
-
"type": "section",
|
|
2059
|
-
"title": "Temperature Sensors",
|
|
2060
|
-
"expandable": true,
|
|
2061
|
-
"expanded": false,
|
|
2062
|
-
"items": [
|
|
2063
|
-
"accounts[].ervDevices[].temperatureSensor",
|
|
2064
|
-
"accounts[].ervDevices[].temperatureSensorOutdoor",
|
|
2065
|
-
"accounts[].ervDevices[].temperatureSensorSupply"
|
|
2066
|
-
]
|
|
2067
|
-
},
|
|
2068
|
-
{
|
|
2069
|
-
"key": "accounts[].ervDevices",
|
|
2070
|
-
"type": "section",
|
|
2069
|
+
"key": "accounts[].ervDevices[].buttonsSensors",
|
|
2071
2070
|
"title": "Buttons / Sensors",
|
|
2071
|
+
"type": "section",
|
|
2072
2072
|
"expandable": true,
|
|
2073
2073
|
"expanded": false,
|
|
2074
2074
|
"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.20",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|