homebridge-melcloud-control 4.0.0-beta.215 → 4.0.0-beta.217
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 +10 -16
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1851,7 +1851,7 @@
|
|
|
1851
1851
|
"title": "{{ value.title }}",
|
|
1852
1852
|
"items": [
|
|
1853
1853
|
{
|
|
1854
|
-
"key": "accounts[]",
|
|
1854
|
+
"key": "accounts[].ataDevices",
|
|
1855
1855
|
"title": "Air Conditioner",
|
|
1856
1856
|
"items": [
|
|
1857
1857
|
{
|
|
@@ -1948,24 +1948,15 @@
|
|
|
1948
1948
|
"functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].displayType > 0;"
|
|
1949
1949
|
}
|
|
1950
1950
|
}
|
|
1951
|
-
]
|
|
1951
|
+
]
|
|
1952
|
+
}
|
|
1953
|
+
],
|
|
1952
1954
|
"condition": {
|
|
1953
1955
|
"functionBody": "return model.accounts[arrayIndices].ataDevices.length > 0;"
|
|
1954
1956
|
}
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"key": "accounts[].ataDevices",
|
|
1958
|
-
"type": "tabarray",
|
|
1959
|
-
"title": "{{ value.title }}",
|
|
1960
|
-
"items": [],
|
|
1961
|
-
"condition": {
|
|
1962
|
-
"functionBody": "return model.accounts[arrayIndices].ataDevices.length === 0;"
|
|
1963
|
-
}
|
|
1964
|
-
}
|
|
1965
|
-
]
|
|
1966
1957
|
},
|
|
1967
1958
|
{
|
|
1968
|
-
"key": "accounts[]",
|
|
1959
|
+
"key": "accounts[].atwDevices",
|
|
1969
1960
|
"title": "Heat Pump",
|
|
1970
1961
|
"items": [
|
|
1971
1962
|
{
|
|
@@ -2084,7 +2075,7 @@
|
|
|
2084
2075
|
]
|
|
2085
2076
|
},
|
|
2086
2077
|
{
|
|
2087
|
-
"key": "accounts[]",
|
|
2078
|
+
"key": "accounts[].ervDevices",
|
|
2088
2079
|
"title": "Energy Recovery Ventilation",
|
|
2089
2080
|
"items": [
|
|
2090
2081
|
{
|
|
@@ -2273,7 +2264,10 @@
|
|
|
2273
2264
|
}
|
|
2274
2265
|
]
|
|
2275
2266
|
}
|
|
2276
|
-
]
|
|
2267
|
+
],
|
|
2268
|
+
"condition": {
|
|
2269
|
+
"functionBody": "return model.accounts[arrayIndices].ataDevices.length > 0 || model.accounts[arrayIndices].atwDevices.length > 0 || model.accounts[arrayIndices].ervDevices.length > 0;"
|
|
2270
|
+
}
|
|
2277
2271
|
}
|
|
2278
2272
|
]
|
|
2279
2273
|
}
|
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.217",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|