homebridge-melcloud-control 4.0.0-beta.207 → 4.0.0-beta.209
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
CHANGED
|
@@ -256,7 +256,7 @@
|
|
|
256
256
|
"type": "integer",
|
|
257
257
|
"minimum": 0,
|
|
258
258
|
"maximum": 2,
|
|
259
|
-
"default":
|
|
259
|
+
"default": 0,
|
|
260
260
|
"description": "Select accessory control type displayed in HomeKit app.",
|
|
261
261
|
"oneOf": [
|
|
262
262
|
{
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
]
|
|
794
794
|
},
|
|
795
795
|
"condition": {
|
|
796
|
-
"functionBody": "return model.accounts[arrayIndices[0]].ataDevices
|
|
796
|
+
"functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].id != null);"
|
|
797
797
|
}
|
|
798
798
|
},
|
|
799
799
|
"atwDevices": {
|
|
@@ -830,7 +830,7 @@
|
|
|
830
830
|
"type": "integer",
|
|
831
831
|
"minimum": 0,
|
|
832
832
|
"maximum": 2,
|
|
833
|
-
"default":
|
|
833
|
+
"default": 0,
|
|
834
834
|
"description": "Select accessory control type displayed in HomeKit app.",
|
|
835
835
|
"oneOf": [
|
|
836
836
|
{
|
|
@@ -1365,7 +1365,7 @@
|
|
|
1365
1365
|
"type": "integer",
|
|
1366
1366
|
"minimum": 0,
|
|
1367
1367
|
"maximum": 2,
|
|
1368
|
-
"default":
|
|
1368
|
+
"default": 0,
|
|
1369
1369
|
"description": "Select accessory control type displayed in HomeKit app.",
|
|
1370
1370
|
"oneOf": [
|
|
1371
1371
|
{
|
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.209",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|