homebridge-melcloud-control 4.0.0-beta.220 → 4.0.0-beta.221
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 +5 -8
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1326,9 +1326,6 @@
|
|
|
1326
1326
|
"displayType",
|
|
1327
1327
|
"hideZone"
|
|
1328
1328
|
]
|
|
1329
|
-
},
|
|
1330
|
-
"condition": {
|
|
1331
|
-
"functionBody": "const id = model.accounts[arrayIndices[0]].atwDevices[arrayIndices[1]].id; return id && id !== '0';"
|
|
1332
1329
|
}
|
|
1333
1330
|
},
|
|
1334
1331
|
"ervDevices": {
|
|
@@ -1948,12 +1945,12 @@
|
|
|
1948
1945
|
"functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].displayType > 0;"
|
|
1949
1946
|
}
|
|
1950
1947
|
}
|
|
1951
|
-
]
|
|
1948
|
+
],
|
|
1949
|
+
"condition": {
|
|
1950
|
+
"functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].id !== '0';"
|
|
1951
|
+
}
|
|
1952
1952
|
}
|
|
1953
|
-
]
|
|
1954
|
-
"condition": {
|
|
1955
|
-
"functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].id !== '0';"
|
|
1956
|
-
}
|
|
1953
|
+
]
|
|
1957
1954
|
},
|
|
1958
1955
|
{
|
|
1959
1956
|
"key": "accounts[]",
|
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.221",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|