homebridge-melcloud-control 4.0.0-beta.215 → 4.0.0-beta.216
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 +7 -4
- 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
|
{
|
|
@@ -1965,7 +1965,7 @@
|
|
|
1965
1965
|
]
|
|
1966
1966
|
},
|
|
1967
1967
|
{
|
|
1968
|
-
"key": "accounts[]",
|
|
1968
|
+
"key": "accounts[].atwDevices",
|
|
1969
1969
|
"title": "Heat Pump",
|
|
1970
1970
|
"items": [
|
|
1971
1971
|
{
|
|
@@ -2084,7 +2084,7 @@
|
|
|
2084
2084
|
]
|
|
2085
2085
|
},
|
|
2086
2086
|
{
|
|
2087
|
-
"key": "accounts[]",
|
|
2087
|
+
"key": "accounts[].ervDevices",
|
|
2088
2088
|
"title": "Energy Recovery Ventilation",
|
|
2089
2089
|
"items": [
|
|
2090
2090
|
{
|
|
@@ -2273,7 +2273,10 @@
|
|
|
2273
2273
|
}
|
|
2274
2274
|
]
|
|
2275
2275
|
}
|
|
2276
|
-
]
|
|
2276
|
+
],
|
|
2277
|
+
"condition": {
|
|
2278
|
+
"functionBody": "return model.accounts[arrayIndices].ataDevices.length > 0 || model.accounts[arrayIndices].atwDevices.length > 0 || model.accounts[arrayIndices].ervDevices.length > 0;"
|
|
2279
|
+
}
|
|
2277
2280
|
}
|
|
2278
2281
|
]
|
|
2279
2282
|
}
|
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.216",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|