homebridge-melcloud-control 4.5.9-beta.1 → 4.5.9-beta.2
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 +18 -30
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -428,7 +428,6 @@
|
|
|
428
428
|
"maximum": 7,
|
|
429
429
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
430
430
|
"anyOf": [
|
|
431
|
-
|
|
432
431
|
{
|
|
433
432
|
"title": "Motion Sensor",
|
|
434
433
|
"enum": [
|
|
@@ -506,7 +505,6 @@
|
|
|
506
505
|
"maximum": 7,
|
|
507
506
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
508
507
|
"anyOf": [
|
|
509
|
-
|
|
510
508
|
{
|
|
511
509
|
"title": "Motion Sensor",
|
|
512
510
|
"enum": [
|
|
@@ -587,7 +585,6 @@
|
|
|
587
585
|
"maximum": 7,
|
|
588
586
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
589
587
|
"anyOf": [
|
|
590
|
-
|
|
591
588
|
{
|
|
592
589
|
"title": "Motion Sensor",
|
|
593
590
|
"enum": [
|
|
@@ -663,7 +660,6 @@
|
|
|
663
660
|
"maximum": 7,
|
|
664
661
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
665
662
|
"anyOf": [
|
|
666
|
-
|
|
667
663
|
{
|
|
668
664
|
"title": "Motion Sensor",
|
|
669
665
|
"enum": [
|
|
@@ -1198,7 +1194,6 @@
|
|
|
1198
1194
|
"maximum": 7,
|
|
1199
1195
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1200
1196
|
"anyOf": [
|
|
1201
|
-
|
|
1202
1197
|
{
|
|
1203
1198
|
"title": "Motion Sensor",
|
|
1204
1199
|
"enum": [
|
|
@@ -1276,7 +1271,6 @@
|
|
|
1276
1271
|
"maximum": 7,
|
|
1277
1272
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1278
1273
|
"anyOf": [
|
|
1279
|
-
|
|
1280
1274
|
{
|
|
1281
1275
|
"title": "Motion Sensor",
|
|
1282
1276
|
"enum": [
|
|
@@ -1354,7 +1348,6 @@
|
|
|
1354
1348
|
"maximum": 7,
|
|
1355
1349
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1356
1350
|
"anyOf": [
|
|
1357
|
-
|
|
1358
1351
|
{
|
|
1359
1352
|
"title": "Motion Sensor",
|
|
1360
1353
|
"enum": [
|
|
@@ -1427,7 +1420,6 @@
|
|
|
1427
1420
|
"maximum": 7,
|
|
1428
1421
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1429
1422
|
"anyOf": [
|
|
1430
|
-
|
|
1431
1423
|
{
|
|
1432
1424
|
"title": "Motion Sensor",
|
|
1433
1425
|
"enum": [
|
|
@@ -1663,7 +1655,6 @@
|
|
|
1663
1655
|
"maximum": 2,
|
|
1664
1656
|
"description": "Select accessory control type displayed in HomeKit.",
|
|
1665
1657
|
"anyOf": [
|
|
1666
|
-
|
|
1667
1658
|
{
|
|
1668
1659
|
"title": "Heater / Cooler",
|
|
1669
1660
|
"enum": [
|
|
@@ -1742,7 +1733,6 @@
|
|
|
1742
1733
|
"maximum": 7,
|
|
1743
1734
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1744
1735
|
"anyOf": [
|
|
1745
|
-
|
|
1746
1736
|
{
|
|
1747
1737
|
"title": "Motion Sensor",
|
|
1748
1738
|
"enum": [
|
|
@@ -1823,7 +1813,6 @@
|
|
|
1823
1813
|
"maximum": 7,
|
|
1824
1814
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1825
1815
|
"anyOf": [
|
|
1826
|
-
|
|
1827
1816
|
{
|
|
1828
1817
|
"title": "Motion Sensor",
|
|
1829
1818
|
"enum": [
|
|
@@ -1973,7 +1962,6 @@
|
|
|
1973
1962
|
"maximum": 7,
|
|
1974
1963
|
"description": "Select the characteristic type to be displayed in HomeKit.",
|
|
1975
1964
|
"anyOf": [
|
|
1976
|
-
|
|
1977
1965
|
{
|
|
1978
1966
|
"title": "Motion Sensor",
|
|
1979
1967
|
"enum": [
|
|
@@ -2309,7 +2297,7 @@
|
|
|
2309
2297
|
{
|
|
2310
2298
|
"key": "accounts[].ataDevices",
|
|
2311
2299
|
"type": "tabarray",
|
|
2312
|
-
"title": "{{ value.name }}",
|
|
2300
|
+
"title": "{{ value.name || '' }}",
|
|
2313
2301
|
"items": [
|
|
2314
2302
|
{
|
|
2315
2303
|
"key": "accounts[].ataDevices[]",
|
|
@@ -2345,7 +2333,7 @@
|
|
|
2345
2333
|
{
|
|
2346
2334
|
"key": "accounts[].ataDevices[].presets",
|
|
2347
2335
|
"type": "tabarray",
|
|
2348
|
-
"title": "{{ value.name }}",
|
|
2336
|
+
"title": "{{ value.name || '' }}",
|
|
2349
2337
|
"items": [
|
|
2350
2338
|
{
|
|
2351
2339
|
"key": "accounts[].ataDevices[].presets[].id",
|
|
@@ -2371,7 +2359,7 @@
|
|
|
2371
2359
|
{
|
|
2372
2360
|
"key": "accounts[].ataDevices[].scenes",
|
|
2373
2361
|
"type": "tabarray",
|
|
2374
|
-
"title": "{{ value.name }}",
|
|
2362
|
+
"title": "{{ value.name || '' }}",
|
|
2375
2363
|
"items": [
|
|
2376
2364
|
{
|
|
2377
2365
|
"key": "accounts[].ataDevices[].scenes[].id",
|
|
@@ -2397,7 +2385,7 @@
|
|
|
2397
2385
|
{
|
|
2398
2386
|
"key": "accounts[].ataDevices[].schedules",
|
|
2399
2387
|
"type": "tabarray",
|
|
2400
|
-
"title": "{{ value.name }}",
|
|
2388
|
+
"title": "{{ value.name || '' }}",
|
|
2401
2389
|
"items": [
|
|
2402
2390
|
{
|
|
2403
2391
|
"key": "accounts[].ataDevices[].schedules[].id",
|
|
@@ -2423,7 +2411,7 @@
|
|
|
2423
2411
|
{
|
|
2424
2412
|
"key": "accounts[].ataDevices[]",
|
|
2425
2413
|
"type": "tabarray",
|
|
2426
|
-
"title": "{{ value.name }}",
|
|
2414
|
+
"title": "{{ value.name || '' }}",
|
|
2427
2415
|
"items": [
|
|
2428
2416
|
{
|
|
2429
2417
|
"title": "Temperature",
|
|
@@ -2446,7 +2434,7 @@
|
|
|
2446
2434
|
{
|
|
2447
2435
|
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
2448
2436
|
"type": "tabarray",
|
|
2449
|
-
"title": "{{ value.name }}",
|
|
2437
|
+
"title": "{{ value.name || '' }}",
|
|
2450
2438
|
"items": [
|
|
2451
2439
|
"accounts[].ataDevices[].buttonsSensors[].displayType",
|
|
2452
2440
|
"accounts[].ataDevices[].buttonsSensors[].mode",
|
|
@@ -2472,7 +2460,7 @@
|
|
|
2472
2460
|
{
|
|
2473
2461
|
"key": "accounts[].atwDevices",
|
|
2474
2462
|
"type": "tabarray",
|
|
2475
|
-
"title": "{{ value.name }}",
|
|
2463
|
+
"title": "{{ value.name || '' }}",
|
|
2476
2464
|
"items": [
|
|
2477
2465
|
{
|
|
2478
2466
|
"key": "accounts[].atwDevices[]",
|
|
@@ -2505,7 +2493,7 @@
|
|
|
2505
2493
|
{
|
|
2506
2494
|
"key": "accounts[].atwDevices[].presets",
|
|
2507
2495
|
"type": "tabarray",
|
|
2508
|
-
"title": "{{ value.name }}",
|
|
2496
|
+
"title": "{{ value.name || '' }}",
|
|
2509
2497
|
"items": [
|
|
2510
2498
|
{
|
|
2511
2499
|
"key": "accounts[].atwDevices[].presets[].id",
|
|
@@ -2531,7 +2519,7 @@
|
|
|
2531
2519
|
{
|
|
2532
2520
|
"key": "accounts[].atwDevices[].scenes",
|
|
2533
2521
|
"type": "tabarray",
|
|
2534
|
-
"title": "{{ value.name }}",
|
|
2522
|
+
"title": "{{ value.name || '' }}",
|
|
2535
2523
|
"items": [
|
|
2536
2524
|
{
|
|
2537
2525
|
"key": "accounts[].atwDevices[].scenes[].id",
|
|
@@ -2557,7 +2545,7 @@
|
|
|
2557
2545
|
{
|
|
2558
2546
|
"key": "accounts[].atwDevices[].schedules",
|
|
2559
2547
|
"type": "tabarray",
|
|
2560
|
-
"title": "{{ value.name }}",
|
|
2548
|
+
"title": "{{ value.name || '' }}",
|
|
2561
2549
|
"items": [
|
|
2562
2550
|
{
|
|
2563
2551
|
"key": "accounts[].atwDevices[].schedules[].id",
|
|
@@ -2583,7 +2571,7 @@
|
|
|
2583
2571
|
{
|
|
2584
2572
|
"key": "accounts[].atwDevices[]",
|
|
2585
2573
|
"type": "tabarray",
|
|
2586
|
-
"title": "{{ value.name }}",
|
|
2574
|
+
"title": "{{ value.name || '' }}",
|
|
2587
2575
|
"items": [
|
|
2588
2576
|
{
|
|
2589
2577
|
"title": "Temperature",
|
|
@@ -2613,7 +2601,7 @@
|
|
|
2613
2601
|
{
|
|
2614
2602
|
"key": "accounts[].atwDevices[].buttonsSensors",
|
|
2615
2603
|
"type": "tabarray",
|
|
2616
|
-
"title": "{{ value.name }}",
|
|
2604
|
+
"title": "{{ value.name || '' }}",
|
|
2617
2605
|
"items": [
|
|
2618
2606
|
"accounts[].atwDevices[].buttonsSensors[].displayType",
|
|
2619
2607
|
"accounts[].atwDevices[].buttonsSensors[].mode",
|
|
@@ -2639,7 +2627,7 @@
|
|
|
2639
2627
|
{
|
|
2640
2628
|
"key": "accounts[].ervDevices",
|
|
2641
2629
|
"type": "tabarray",
|
|
2642
|
-
"title": "{{ value.name }}",
|
|
2630
|
+
"title": "{{ value.name || '' }}",
|
|
2643
2631
|
"items": [
|
|
2644
2632
|
{
|
|
2645
2633
|
"key": "accounts[].ervDevices[]",
|
|
@@ -2670,7 +2658,7 @@
|
|
|
2670
2658
|
{
|
|
2671
2659
|
"key": "accounts[].ervDevices[].presets",
|
|
2672
2660
|
"type": "tabarray",
|
|
2673
|
-
"title": "{{ value.name }}",
|
|
2661
|
+
"title": "{{ value.name || '' }}",
|
|
2674
2662
|
"items": [
|
|
2675
2663
|
{
|
|
2676
2664
|
"key": "accounts[].ervDevices[].presets[].id",
|
|
@@ -2696,7 +2684,7 @@
|
|
|
2696
2684
|
{
|
|
2697
2685
|
"key": "accounts[].ervDevices[].scenes",
|
|
2698
2686
|
"type": "tabarray",
|
|
2699
|
-
"title": "{{ value.name }}",
|
|
2687
|
+
"title": "{{ value.name || '' }}",
|
|
2700
2688
|
"items": [
|
|
2701
2689
|
{
|
|
2702
2690
|
"key": "accounts[].ervDevices[].scenes[].id",
|
|
@@ -2722,7 +2710,7 @@
|
|
|
2722
2710
|
{
|
|
2723
2711
|
"key": "accounts[].ervDevices[].schedules",
|
|
2724
2712
|
"type": "tabarray",
|
|
2725
|
-
"title": "{{ value.name }}",
|
|
2713
|
+
"title": "{{ value.name || '' }}",
|
|
2726
2714
|
"items": [
|
|
2727
2715
|
{
|
|
2728
2716
|
"key": "accounts[].ervDevices[].schedules[].id",
|
|
@@ -2748,7 +2736,7 @@
|
|
|
2748
2736
|
{
|
|
2749
2737
|
"key": "accounts[].ervDevices[]",
|
|
2750
2738
|
"type": "tabarray",
|
|
2751
|
-
"title": "{{ value.name }}",
|
|
2739
|
+
"title": "{{ value.name || '' }}",
|
|
2752
2740
|
"items": [
|
|
2753
2741
|
{
|
|
2754
2742
|
"title": "Temperature",
|
|
@@ -2804,7 +2792,7 @@
|
|
|
2804
2792
|
{
|
|
2805
2793
|
"key": "accounts[]",
|
|
2806
2794
|
"type": "tabarray",
|
|
2807
|
-
"title": "{{ value.name }}",
|
|
2795
|
+
"title": "{{ value.name || '' }}",
|
|
2808
2796
|
"items": [
|
|
2809
2797
|
{
|
|
2810
2798
|
"title": "Account",
|
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.2",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|