homebridge-melcloud-control 4.0.0-beta.559 → 4.0.0-beta.560
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 +45 -21
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1929,14 +1929,22 @@
|
|
|
1929
1929
|
]
|
|
1930
1930
|
},
|
|
1931
1931
|
{
|
|
1932
|
-
"
|
|
1933
|
-
"type": "
|
|
1934
|
-
"
|
|
1932
|
+
"title": "Custom",
|
|
1933
|
+
"type": "section",
|
|
1934
|
+
"expandable": true,
|
|
1935
|
+
"expanded": false,
|
|
1935
1936
|
"items": [
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1937
|
+
{
|
|
1938
|
+
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
1939
|
+
"type": "tabarray",
|
|
1940
|
+
"title": "{{ value.name || 'button/sensor' }}",
|
|
1941
|
+
"items": [
|
|
1942
|
+
"accounts[].ataDevices[].buttonsSensors[].displayType",
|
|
1943
|
+
"accounts[].ataDevices[].buttonsSensors[].mode",
|
|
1944
|
+
"accounts[].ataDevices[].buttonsSensors[].name",
|
|
1945
|
+
"accounts[].ataDevices[].buttonsSensors[].namePrefix"
|
|
1946
|
+
]
|
|
1947
|
+
}
|
|
1940
1948
|
]
|
|
1941
1949
|
}
|
|
1942
1950
|
],
|
|
@@ -2037,14 +2045,22 @@
|
|
|
2037
2045
|
]
|
|
2038
2046
|
},
|
|
2039
2047
|
{
|
|
2040
|
-
"
|
|
2041
|
-
"type": "
|
|
2042
|
-
"
|
|
2048
|
+
"title": "Custom",
|
|
2049
|
+
"type": "section",
|
|
2050
|
+
"expandable": true,
|
|
2051
|
+
"expanded": false,
|
|
2043
2052
|
"items": [
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2053
|
+
{
|
|
2054
|
+
"key": "accounts[].atwDevices[].buttonsSensors",
|
|
2055
|
+
"type": "tabarray",
|
|
2056
|
+
"title": "{{ value.name || 'button/sensor' }}",
|
|
2057
|
+
"items": [
|
|
2058
|
+
"accounts[].atwDevices[].buttonsSensors[].displayType",
|
|
2059
|
+
"accounts[].atwDevices[].buttonsSensors[].mode",
|
|
2060
|
+
"accounts[].atwDevices[].buttonsSensors[].name",
|
|
2061
|
+
"accounts[].atwDevices[].buttonsSensors[].namePrefix"
|
|
2062
|
+
]
|
|
2063
|
+
}
|
|
2048
2064
|
]
|
|
2049
2065
|
}
|
|
2050
2066
|
],
|
|
@@ -2138,14 +2154,22 @@
|
|
|
2138
2154
|
]
|
|
2139
2155
|
},
|
|
2140
2156
|
{
|
|
2141
|
-
"
|
|
2142
|
-
"type": "
|
|
2143
|
-
"
|
|
2157
|
+
"title": "Custom",
|
|
2158
|
+
"type": "section",
|
|
2159
|
+
"expandable": true,
|
|
2160
|
+
"expanded": false,
|
|
2144
2161
|
"items": [
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2162
|
+
{
|
|
2163
|
+
"key": "accounts[].ervDevices[].buttonsSensors",
|
|
2164
|
+
"type": "tabarray",
|
|
2165
|
+
"title": "{{ value.name || 'button/sensor' }}",
|
|
2166
|
+
"items": [
|
|
2167
|
+
"accounts[].ervDevices[].buttonsSensors[].displayType",
|
|
2168
|
+
"accounts[].ervDevices[].buttonsSensors[].mode",
|
|
2169
|
+
"accounts[].ervDevices[].buttonsSensors[].name",
|
|
2170
|
+
"accounts[].ervDevices[].buttonsSensors[].namePrefix"
|
|
2171
|
+
]
|
|
2172
|
+
}
|
|
2149
2173
|
]
|
|
2150
2174
|
}
|
|
2151
2175
|
],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.0.0-beta.
|
|
4
|
+
"version": "4.0.0-beta.560",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|