homebridge-melcloud-control 4.1.2-beta.21 → 4.1.2-beta.22
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 +16 -11
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -235,15 +235,18 @@
|
|
|
235
235
|
"properties": {
|
|
236
236
|
"id": {
|
|
237
237
|
"title": "ID",
|
|
238
|
-
"type": "string"
|
|
238
|
+
"type": "string",
|
|
239
|
+
"default": "0"
|
|
239
240
|
},
|
|
240
241
|
"type": {
|
|
241
242
|
"title": "Type",
|
|
242
|
-
"type": "integer"
|
|
243
|
+
"type": "integer",
|
|
244
|
+
"default": 0
|
|
243
245
|
},
|
|
244
246
|
"typeString": {
|
|
245
247
|
"title": "Type",
|
|
246
|
-
"type": "string"
|
|
248
|
+
"type": "string",
|
|
249
|
+
"default": "Air Conditioner"
|
|
247
250
|
},
|
|
248
251
|
"displayType": {
|
|
249
252
|
"title": "Display Type",
|
|
@@ -276,7 +279,7 @@
|
|
|
276
279
|
"name": {
|
|
277
280
|
"title": "Name",
|
|
278
281
|
"type": "string",
|
|
279
|
-
"
|
|
282
|
+
"default": "Air Conditioner"
|
|
280
283
|
},
|
|
281
284
|
"heatDryFanMode": {
|
|
282
285
|
"title": "Heat",
|
|
@@ -837,7 +840,8 @@
|
|
|
837
840
|
"properties": {
|
|
838
841
|
"id": {
|
|
839
842
|
"title": "ID",
|
|
840
|
-
"type": "string"
|
|
843
|
+
"type": "string",
|
|
844
|
+
"default": "0"
|
|
841
845
|
},
|
|
842
846
|
"type": {
|
|
843
847
|
"title": "Type",
|
|
@@ -852,7 +856,7 @@
|
|
|
852
856
|
"name": {
|
|
853
857
|
"title": "Name",
|
|
854
858
|
"type": "string",
|
|
855
|
-
"
|
|
859
|
+
"default": "Heat Pump"
|
|
856
860
|
},
|
|
857
861
|
"displayType": {
|
|
858
862
|
"title": "Display Type",
|
|
@@ -1371,7 +1375,8 @@
|
|
|
1371
1375
|
"properties": {
|
|
1372
1376
|
"id": {
|
|
1373
1377
|
"title": "ID",
|
|
1374
|
-
"type": "string"
|
|
1378
|
+
"type": "string",
|
|
1379
|
+
"default": "0"
|
|
1375
1380
|
},
|
|
1376
1381
|
"type": {
|
|
1377
1382
|
"title": "Type",
|
|
@@ -1386,7 +1391,7 @@
|
|
|
1386
1391
|
"name": {
|
|
1387
1392
|
"title": "Name",
|
|
1388
1393
|
"type": "string",
|
|
1389
|
-
"
|
|
1394
|
+
"default": "Ventilation"
|
|
1390
1395
|
},
|
|
1391
1396
|
"displayType": {
|
|
1392
1397
|
"title": "Display Type",
|
|
@@ -2002,7 +2007,7 @@
|
|
|
2002
2007
|
}
|
|
2003
2008
|
],
|
|
2004
2009
|
"condition": {
|
|
2005
|
-
"functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].id !==
|
|
2010
|
+
"functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].id !== '0';"
|
|
2006
2011
|
}
|
|
2007
2012
|
}
|
|
2008
2013
|
]
|
|
@@ -2122,7 +2127,7 @@
|
|
|
2122
2127
|
}
|
|
2123
2128
|
],
|
|
2124
2129
|
"condition": {
|
|
2125
|
-
"functionBody": "return model.accounts[arrayIndices[0]].atwDevices[arrayIndices[1]].id !==
|
|
2130
|
+
"functionBody": "return model.accounts[arrayIndices[0]].atwDevices[arrayIndices[1]].id !== '0';"
|
|
2126
2131
|
}
|
|
2127
2132
|
}
|
|
2128
2133
|
]
|
|
@@ -2235,7 +2240,7 @@
|
|
|
2235
2240
|
}
|
|
2236
2241
|
],
|
|
2237
2242
|
"condition": {
|
|
2238
|
-
"functionBody": "return model.accounts[arrayIndices[0]].ervDevices[arrayIndices[1]].id !==
|
|
2243
|
+
"functionBody": "return model.accounts[arrayIndices[0]].ervDevices[arrayIndices[1]].id !== '0';"
|
|
2239
2244
|
}
|
|
2240
2245
|
}
|
|
2241
2246
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.1.2-beta.
|
|
4
|
+
"version": "4.1.2-beta.22",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|