homebridge-melcloud-control 4.5.9-beta.1 → 4.5.9-beta.3
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 +31 -78
- package/homebridge-ui/public/index.html +1 -1
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"description": "Here select the account type.",
|
|
211
211
|
"anyOf": [
|
|
212
212
|
{
|
|
213
|
-
"title": "
|
|
213
|
+
"title": "Disabled",
|
|
214
214
|
"enum": [
|
|
215
215
|
"disabled"
|
|
216
216
|
]
|
|
@@ -237,8 +237,7 @@
|
|
|
237
237
|
"properties": {
|
|
238
238
|
"id": {
|
|
239
239
|
"title": "Id",
|
|
240
|
-
"type": "string"
|
|
241
|
-
"default": "0"
|
|
240
|
+
"type": "string"
|
|
242
241
|
},
|
|
243
242
|
"type": {
|
|
244
243
|
"title": "Type",
|
|
@@ -248,7 +247,6 @@
|
|
|
248
247
|
"displayType": {
|
|
249
248
|
"title": "Display Type",
|
|
250
249
|
"type": "integer",
|
|
251
|
-
"minimum": 0,
|
|
252
250
|
"maximum": 2,
|
|
253
251
|
"description": "Select accessory control type displayed in HomeKit.",
|
|
254
252
|
"anyOf": [
|
|
@@ -275,7 +273,6 @@
|
|
|
275
273
|
"heatDryFanMode": {
|
|
276
274
|
"title": "Heat",
|
|
277
275
|
"type": "integer",
|
|
278
|
-
"minimum": 0,
|
|
279
276
|
"maximum": 3,
|
|
280
277
|
"description": "Select the operating mode for Heat, work only if mode supported by device.",
|
|
281
278
|
"anyOf": [
|
|
@@ -302,7 +299,6 @@
|
|
|
302
299
|
"coolDryFanMode": {
|
|
303
300
|
"title": "Cool",
|
|
304
301
|
"type": "integer",
|
|
305
|
-
"minimum": 0,
|
|
306
302
|
"maximum": 3,
|
|
307
303
|
"description": "Select the operating mode for Cool, work only if mode supported by device.",
|
|
308
304
|
"anyOf": [
|
|
@@ -329,7 +325,6 @@
|
|
|
329
325
|
"autoDryFanMode": {
|
|
330
326
|
"title": "Auto",
|
|
331
327
|
"type": "integer",
|
|
332
|
-
"minimum": 0,
|
|
333
328
|
"maximum": 3,
|
|
334
329
|
"description": "Select the operating mode for Auto, work only if mode supported by device.",
|
|
335
330
|
"anyOf": [
|
|
@@ -418,17 +413,14 @@
|
|
|
418
413
|
"properties": {
|
|
419
414
|
"id": {
|
|
420
415
|
"title": "Id",
|
|
421
|
-
"type": "string"
|
|
422
|
-
"default": "0"
|
|
416
|
+
"type": "string"
|
|
423
417
|
},
|
|
424
418
|
"displayType": {
|
|
425
419
|
"title": "Display Type",
|
|
426
420
|
"type": "integer",
|
|
427
|
-
"minimum": 0,
|
|
428
421
|
"maximum": 7,
|
|
429
422
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
430
423
|
"anyOf": [
|
|
431
|
-
|
|
432
424
|
{
|
|
433
425
|
"title": "Motion Sensor",
|
|
434
426
|
"enum": [
|
|
@@ -496,17 +488,14 @@
|
|
|
496
488
|
"properties": {
|
|
497
489
|
"id": {
|
|
498
490
|
"title": "Id",
|
|
499
|
-
"type": "string"
|
|
500
|
-
"default": "0"
|
|
491
|
+
"type": "string"
|
|
501
492
|
},
|
|
502
493
|
"displayType": {
|
|
503
494
|
"title": "Display Type",
|
|
504
495
|
"type": "integer",
|
|
505
|
-
"minimum": 0,
|
|
506
496
|
"maximum": 7,
|
|
507
497
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
508
498
|
"anyOf": [
|
|
509
|
-
|
|
510
499
|
{
|
|
511
500
|
"title": "Motion Sensor",
|
|
512
501
|
"enum": [
|
|
@@ -577,17 +566,14 @@
|
|
|
577
566
|
"properties": {
|
|
578
567
|
"id": {
|
|
579
568
|
"title": "Id",
|
|
580
|
-
"type": "string"
|
|
581
|
-
"default": "0"
|
|
569
|
+
"type": "string"
|
|
582
570
|
},
|
|
583
571
|
"displayType": {
|
|
584
572
|
"title": "Display Type",
|
|
585
573
|
"type": "integer",
|
|
586
|
-
"minimum": 0,
|
|
587
574
|
"maximum": 7,
|
|
588
575
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
589
576
|
"anyOf": [
|
|
590
|
-
|
|
591
577
|
{
|
|
592
578
|
"title": "Motion Sensor",
|
|
593
579
|
"enum": [
|
|
@@ -659,11 +645,9 @@
|
|
|
659
645
|
"displayType": {
|
|
660
646
|
"title": "Display Type",
|
|
661
647
|
"type": "integer",
|
|
662
|
-
"minimum": 0,
|
|
663
648
|
"maximum": 7,
|
|
664
649
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
665
650
|
"anyOf": [
|
|
666
|
-
|
|
667
651
|
{
|
|
668
652
|
"title": "Motion Sensor",
|
|
669
653
|
"enum": [
|
|
@@ -711,7 +695,6 @@
|
|
|
711
695
|
"mode": {
|
|
712
696
|
"title": "Mode",
|
|
713
697
|
"type": "integer",
|
|
714
|
-
"minimum": 0,
|
|
715
698
|
"maximum": 40,
|
|
716
699
|
"description": "Function, VH - Vane Horizontal, VV - Vane Vertical.",
|
|
717
700
|
"anyOf": [
|
|
@@ -956,8 +939,7 @@
|
|
|
956
939
|
"properties": {
|
|
957
940
|
"id": {
|
|
958
941
|
"title": "Id",
|
|
959
|
-
"type": "string"
|
|
960
|
-
"default": "0"
|
|
942
|
+
"type": "string"
|
|
961
943
|
},
|
|
962
944
|
"type": {
|
|
963
945
|
"title": "Type",
|
|
@@ -973,7 +955,6 @@
|
|
|
973
955
|
"displayType": {
|
|
974
956
|
"title": "Display Type",
|
|
975
957
|
"type": "integer",
|
|
976
|
-
"minimum": 0,
|
|
977
958
|
"maximum": 2,
|
|
978
959
|
"description": "Select accessory control type displayed in HomeKit.",
|
|
979
960
|
"anyOf": [
|
|
@@ -994,7 +975,6 @@
|
|
|
994
975
|
"hideZone": {
|
|
995
976
|
"title": "Hide zone",
|
|
996
977
|
"type": "integer",
|
|
997
|
-
"minimum": 0,
|
|
998
978
|
"maximum": 15,
|
|
999
979
|
"description": "Select zone to hidde in HomeKit, if present.",
|
|
1000
980
|
"anyOf": [
|
|
@@ -1188,17 +1168,14 @@
|
|
|
1188
1168
|
"properties": {
|
|
1189
1169
|
"id": {
|
|
1190
1170
|
"title": "Id",
|
|
1191
|
-
"type": "string"
|
|
1192
|
-
"default": "0"
|
|
1171
|
+
"type": "string"
|
|
1193
1172
|
},
|
|
1194
1173
|
"displayType": {
|
|
1195
1174
|
"title": "Display Type",
|
|
1196
1175
|
"type": "integer",
|
|
1197
|
-
"minimum": 0,
|
|
1198
1176
|
"maximum": 7,
|
|
1199
1177
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1200
1178
|
"anyOf": [
|
|
1201
|
-
|
|
1202
1179
|
{
|
|
1203
1180
|
"title": "Motion Sensor",
|
|
1204
1181
|
"enum": [
|
|
@@ -1266,17 +1243,14 @@
|
|
|
1266
1243
|
"properties": {
|
|
1267
1244
|
"id": {
|
|
1268
1245
|
"title": "Id",
|
|
1269
|
-
"type": "string"
|
|
1270
|
-
"default": "0"
|
|
1246
|
+
"type": "string"
|
|
1271
1247
|
},
|
|
1272
1248
|
"displayType": {
|
|
1273
1249
|
"title": "Display Type",
|
|
1274
1250
|
"type": "integer",
|
|
1275
|
-
"minimum": 0,
|
|
1276
1251
|
"maximum": 7,
|
|
1277
1252
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1278
1253
|
"anyOf": [
|
|
1279
|
-
|
|
1280
1254
|
{
|
|
1281
1255
|
"title": "Motion Sensor",
|
|
1282
1256
|
"enum": [
|
|
@@ -1344,17 +1318,14 @@
|
|
|
1344
1318
|
"properties": {
|
|
1345
1319
|
"id": {
|
|
1346
1320
|
"title": "Id",
|
|
1347
|
-
"type": "string"
|
|
1348
|
-
"default": "0"
|
|
1321
|
+
"type": "string"
|
|
1349
1322
|
},
|
|
1350
1323
|
"displayType": {
|
|
1351
1324
|
"title": "Display Type",
|
|
1352
1325
|
"type": "integer",
|
|
1353
|
-
"minimum": 0,
|
|
1354
1326
|
"maximum": 7,
|
|
1355
1327
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1356
1328
|
"anyOf": [
|
|
1357
|
-
|
|
1358
1329
|
{
|
|
1359
1330
|
"title": "Motion Sensor",
|
|
1360
1331
|
"enum": [
|
|
@@ -1423,11 +1394,9 @@
|
|
|
1423
1394
|
"displayType": {
|
|
1424
1395
|
"title": "Display Type",
|
|
1425
1396
|
"type": "integer",
|
|
1426
|
-
"minimum": 0,
|
|
1427
1397
|
"maximum": 7,
|
|
1428
1398
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1429
1399
|
"anyOf": [
|
|
1430
|
-
|
|
1431
1400
|
{
|
|
1432
1401
|
"title": "Motion Sensor",
|
|
1433
1402
|
"enum": [
|
|
@@ -1475,7 +1444,6 @@
|
|
|
1475
1444
|
"mode": {
|
|
1476
1445
|
"title": "Mode",
|
|
1477
1446
|
"type": "integer",
|
|
1478
|
-
"minimum": 0,
|
|
1479
1447
|
"maximum": 70,
|
|
1480
1448
|
"description": "Select the function.",
|
|
1481
1449
|
"anyOf": [
|
|
@@ -1642,8 +1610,7 @@
|
|
|
1642
1610
|
"properties": {
|
|
1643
1611
|
"id": {
|
|
1644
1612
|
"title": "Id",
|
|
1645
|
-
"type": "string"
|
|
1646
|
-
"default": "0"
|
|
1613
|
+
"type": "string"
|
|
1647
1614
|
},
|
|
1648
1615
|
"type": {
|
|
1649
1616
|
"title": "Type",
|
|
@@ -1659,11 +1626,9 @@
|
|
|
1659
1626
|
"displayType": {
|
|
1660
1627
|
"title": "Display Type",
|
|
1661
1628
|
"type": "integer",
|
|
1662
|
-
"minimum": 0,
|
|
1663
1629
|
"maximum": 2,
|
|
1664
1630
|
"description": "Select accessory control type displayed in HomeKit.",
|
|
1665
1631
|
"anyOf": [
|
|
1666
|
-
|
|
1667
1632
|
{
|
|
1668
1633
|
"title": "Heater / Cooler",
|
|
1669
1634
|
"enum": [
|
|
@@ -1731,18 +1696,14 @@
|
|
|
1731
1696
|
"properties": {
|
|
1732
1697
|
"id": {
|
|
1733
1698
|
"title": "Id",
|
|
1734
|
-
"type": "string"
|
|
1735
|
-
"default": "0",
|
|
1736
|
-
"readonly": true
|
|
1699
|
+
"type": "string"
|
|
1737
1700
|
},
|
|
1738
1701
|
"displayType": {
|
|
1739
1702
|
"title": "Display Type",
|
|
1740
1703
|
"type": "integer",
|
|
1741
|
-
"minimum": 0,
|
|
1742
1704
|
"maximum": 7,
|
|
1743
1705
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1744
1706
|
"anyOf": [
|
|
1745
|
-
|
|
1746
1707
|
{
|
|
1747
1708
|
"title": "Motion Sensor",
|
|
1748
1709
|
"enum": [
|
|
@@ -1813,17 +1774,14 @@
|
|
|
1813
1774
|
"properties": {
|
|
1814
1775
|
"id": {
|
|
1815
1776
|
"title": "Id",
|
|
1816
|
-
"type": "string"
|
|
1817
|
-
"default": "0"
|
|
1777
|
+
"type": "string"
|
|
1818
1778
|
},
|
|
1819
1779
|
"displayType": {
|
|
1820
1780
|
"title": "Display Type",
|
|
1821
1781
|
"type": "integer",
|
|
1822
|
-
"minimum": 0,
|
|
1823
1782
|
"maximum": 7,
|
|
1824
1783
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1825
1784
|
"anyOf": [
|
|
1826
|
-
|
|
1827
1785
|
{
|
|
1828
1786
|
"title": "Motion Sensor",
|
|
1829
1787
|
"enum": [
|
|
@@ -1891,13 +1849,11 @@
|
|
|
1891
1849
|
"properties": {
|
|
1892
1850
|
"id": {
|
|
1893
1851
|
"title": "Id",
|
|
1894
|
-
"type": "string"
|
|
1895
|
-
"default": "0"
|
|
1852
|
+
"type": "string"
|
|
1896
1853
|
},
|
|
1897
1854
|
"displayType": {
|
|
1898
1855
|
"title": "Display Type",
|
|
1899
1856
|
"type": "integer",
|
|
1900
|
-
"minimum": 0,
|
|
1901
1857
|
"maximum": 7,
|
|
1902
1858
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1903
1859
|
"anyOf": [
|
|
@@ -1969,11 +1925,9 @@
|
|
|
1969
1925
|
"displayType": {
|
|
1970
1926
|
"title": "Display Type",
|
|
1971
1927
|
"type": "integer",
|
|
1972
|
-
"minimum": 0,
|
|
1973
1928
|
"maximum": 7,
|
|
1974
1929
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1975
1930
|
"anyOf": [
|
|
1976
|
-
|
|
1977
1931
|
{
|
|
1978
1932
|
"title": "Motion Sensor",
|
|
1979
1933
|
"enum": [
|
|
@@ -2021,7 +1975,6 @@
|
|
|
2021
1975
|
"mode": {
|
|
2022
1976
|
"title": "Mode",
|
|
2023
1977
|
"type": "integer",
|
|
2024
|
-
"minimum": 0,
|
|
2025
1978
|
"maximum": 18,
|
|
2026
1979
|
"description": "Select the function.",
|
|
2027
1980
|
"anyOf": [
|
|
@@ -2309,7 +2262,7 @@
|
|
|
2309
2262
|
{
|
|
2310
2263
|
"key": "accounts[].ataDevices",
|
|
2311
2264
|
"type": "tabarray",
|
|
2312
|
-
"title": "{{ value.name }}",
|
|
2265
|
+
"title": "{{ value.name || '' }}",
|
|
2313
2266
|
"items": [
|
|
2314
2267
|
{
|
|
2315
2268
|
"key": "accounts[].ataDevices[]",
|
|
@@ -2345,7 +2298,7 @@
|
|
|
2345
2298
|
{
|
|
2346
2299
|
"key": "accounts[].ataDevices[].presets",
|
|
2347
2300
|
"type": "tabarray",
|
|
2348
|
-
"title": "{{ value.name }}",
|
|
2301
|
+
"title": "{{ value.name || '' }}",
|
|
2349
2302
|
"items": [
|
|
2350
2303
|
{
|
|
2351
2304
|
"key": "accounts[].ataDevices[].presets[].id",
|
|
@@ -2371,7 +2324,7 @@
|
|
|
2371
2324
|
{
|
|
2372
2325
|
"key": "accounts[].ataDevices[].scenes",
|
|
2373
2326
|
"type": "tabarray",
|
|
2374
|
-
"title": "{{ value.name }}",
|
|
2327
|
+
"title": "{{ value.name || '' }}",
|
|
2375
2328
|
"items": [
|
|
2376
2329
|
{
|
|
2377
2330
|
"key": "accounts[].ataDevices[].scenes[].id",
|
|
@@ -2397,7 +2350,7 @@
|
|
|
2397
2350
|
{
|
|
2398
2351
|
"key": "accounts[].ataDevices[].schedules",
|
|
2399
2352
|
"type": "tabarray",
|
|
2400
|
-
"title": "{{ value.name }}",
|
|
2353
|
+
"title": "{{ value.name || '' }}",
|
|
2401
2354
|
"items": [
|
|
2402
2355
|
{
|
|
2403
2356
|
"key": "accounts[].ataDevices[].schedules[].id",
|
|
@@ -2423,7 +2376,7 @@
|
|
|
2423
2376
|
{
|
|
2424
2377
|
"key": "accounts[].ataDevices[]",
|
|
2425
2378
|
"type": "tabarray",
|
|
2426
|
-
"title": "{{ value.name }}",
|
|
2379
|
+
"title": "{{ value.name || '' }}",
|
|
2427
2380
|
"items": [
|
|
2428
2381
|
{
|
|
2429
2382
|
"title": "Temperature",
|
|
@@ -2446,7 +2399,7 @@
|
|
|
2446
2399
|
{
|
|
2447
2400
|
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
2448
2401
|
"type": "tabarray",
|
|
2449
|
-
"title": "{{ value.name }}",
|
|
2402
|
+
"title": "{{ value.name || '' }}",
|
|
2450
2403
|
"items": [
|
|
2451
2404
|
"accounts[].ataDevices[].buttonsSensors[].displayType",
|
|
2452
2405
|
"accounts[].ataDevices[].buttonsSensors[].mode",
|
|
@@ -2472,7 +2425,7 @@
|
|
|
2472
2425
|
{
|
|
2473
2426
|
"key": "accounts[].atwDevices",
|
|
2474
2427
|
"type": "tabarray",
|
|
2475
|
-
"title": "{{ value.name }}",
|
|
2428
|
+
"title": "{{ value.name || '' }}",
|
|
2476
2429
|
"items": [
|
|
2477
2430
|
{
|
|
2478
2431
|
"key": "accounts[].atwDevices[]",
|
|
@@ -2505,7 +2458,7 @@
|
|
|
2505
2458
|
{
|
|
2506
2459
|
"key": "accounts[].atwDevices[].presets",
|
|
2507
2460
|
"type": "tabarray",
|
|
2508
|
-
"title": "{{ value.name }}",
|
|
2461
|
+
"title": "{{ value.name || '' }}",
|
|
2509
2462
|
"items": [
|
|
2510
2463
|
{
|
|
2511
2464
|
"key": "accounts[].atwDevices[].presets[].id",
|
|
@@ -2531,7 +2484,7 @@
|
|
|
2531
2484
|
{
|
|
2532
2485
|
"key": "accounts[].atwDevices[].scenes",
|
|
2533
2486
|
"type": "tabarray",
|
|
2534
|
-
"title": "{{ value.name }}",
|
|
2487
|
+
"title": "{{ value.name || '' }}",
|
|
2535
2488
|
"items": [
|
|
2536
2489
|
{
|
|
2537
2490
|
"key": "accounts[].atwDevices[].scenes[].id",
|
|
@@ -2557,7 +2510,7 @@
|
|
|
2557
2510
|
{
|
|
2558
2511
|
"key": "accounts[].atwDevices[].schedules",
|
|
2559
2512
|
"type": "tabarray",
|
|
2560
|
-
"title": "{{ value.name }}",
|
|
2513
|
+
"title": "{{ value.name || '' }}",
|
|
2561
2514
|
"items": [
|
|
2562
2515
|
{
|
|
2563
2516
|
"key": "accounts[].atwDevices[].schedules[].id",
|
|
@@ -2583,7 +2536,7 @@
|
|
|
2583
2536
|
{
|
|
2584
2537
|
"key": "accounts[].atwDevices[]",
|
|
2585
2538
|
"type": "tabarray",
|
|
2586
|
-
"title": "{{ value.name }}",
|
|
2539
|
+
"title": "{{ value.name || '' }}",
|
|
2587
2540
|
"items": [
|
|
2588
2541
|
{
|
|
2589
2542
|
"title": "Temperature",
|
|
@@ -2613,7 +2566,7 @@
|
|
|
2613
2566
|
{
|
|
2614
2567
|
"key": "accounts[].atwDevices[].buttonsSensors",
|
|
2615
2568
|
"type": "tabarray",
|
|
2616
|
-
"title": "{{ value.name }}",
|
|
2569
|
+
"title": "{{ value.name || '' }}",
|
|
2617
2570
|
"items": [
|
|
2618
2571
|
"accounts[].atwDevices[].buttonsSensors[].displayType",
|
|
2619
2572
|
"accounts[].atwDevices[].buttonsSensors[].mode",
|
|
@@ -2639,7 +2592,7 @@
|
|
|
2639
2592
|
{
|
|
2640
2593
|
"key": "accounts[].ervDevices",
|
|
2641
2594
|
"type": "tabarray",
|
|
2642
|
-
"title": "{{ value.name }}",
|
|
2595
|
+
"title": "{{ value.name || '' }}",
|
|
2643
2596
|
"items": [
|
|
2644
2597
|
{
|
|
2645
2598
|
"key": "accounts[].ervDevices[]",
|
|
@@ -2670,7 +2623,7 @@
|
|
|
2670
2623
|
{
|
|
2671
2624
|
"key": "accounts[].ervDevices[].presets",
|
|
2672
2625
|
"type": "tabarray",
|
|
2673
|
-
"title": "{{ value.name }}",
|
|
2626
|
+
"title": "{{ value.name || '' }}",
|
|
2674
2627
|
"items": [
|
|
2675
2628
|
{
|
|
2676
2629
|
"key": "accounts[].ervDevices[].presets[].id",
|
|
@@ -2696,7 +2649,7 @@
|
|
|
2696
2649
|
{
|
|
2697
2650
|
"key": "accounts[].ervDevices[].scenes",
|
|
2698
2651
|
"type": "tabarray",
|
|
2699
|
-
"title": "{{ value.name }}",
|
|
2652
|
+
"title": "{{ value.name || '' }}",
|
|
2700
2653
|
"items": [
|
|
2701
2654
|
{
|
|
2702
2655
|
"key": "accounts[].ervDevices[].scenes[].id",
|
|
@@ -2722,7 +2675,7 @@
|
|
|
2722
2675
|
{
|
|
2723
2676
|
"key": "accounts[].ervDevices[].schedules",
|
|
2724
2677
|
"type": "tabarray",
|
|
2725
|
-
"title": "{{ value.name }}",
|
|
2678
|
+
"title": "{{ value.name || '' }}",
|
|
2726
2679
|
"items": [
|
|
2727
2680
|
{
|
|
2728
2681
|
"key": "accounts[].ervDevices[].schedules[].id",
|
|
@@ -2748,7 +2701,7 @@
|
|
|
2748
2701
|
{
|
|
2749
2702
|
"key": "accounts[].ervDevices[]",
|
|
2750
2703
|
"type": "tabarray",
|
|
2751
|
-
"title": "{{ value.name }}",
|
|
2704
|
+
"title": "{{ value.name || '' }}",
|
|
2752
2705
|
"items": [
|
|
2753
2706
|
{
|
|
2754
2707
|
"title": "Temperature",
|
|
@@ -2804,7 +2757,7 @@
|
|
|
2804
2757
|
{
|
|
2805
2758
|
"key": "accounts[]",
|
|
2806
2759
|
"type": "tabarray",
|
|
2807
|
-
"title": "{{ value.name }}",
|
|
2760
|
+
"title": "{{ value.name || '' }}",
|
|
2808
2761
|
"items": [
|
|
2809
2762
|
{
|
|
2810
2763
|
"title": "Account",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
<div class="mb-2">
|
|
78
78
|
<label for="accountType" class="form-label">Account Type</label>
|
|
79
79
|
<select id="accountType" name="accountType" class="form-control">
|
|
80
|
-
<option value="disabled">
|
|
80
|
+
<option value="disabled">Disabled</option>
|
|
81
81
|
<option value="melcloud">MELCloud</option>
|
|
82
82
|
<option value="melcloudhome">MELCloud Home</option>
|
|
83
83
|
</select>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.5.9-beta.
|
|
4
|
+
"version": "4.5.9-beta.3",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|