homebridge-enphase-envoy 10.3.2 → 10.3.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 +55 -55
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"maximum": 4,
|
|
36
36
|
"default": 1,
|
|
37
37
|
"description": "Accessory type for Home app",
|
|
38
|
-
"
|
|
38
|
+
"anyOf": [
|
|
39
39
|
{
|
|
40
40
|
"title": "None/Disabled",
|
|
41
41
|
"enum": [
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"maximum": 2,
|
|
76
76
|
"default": 0,
|
|
77
77
|
"description": "Method used login to Envoy api",
|
|
78
|
-
"
|
|
78
|
+
"anyOf": [
|
|
79
79
|
{
|
|
80
80
|
"title": "Envoy password",
|
|
81
81
|
"enum": [
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
"maximum": 3,
|
|
195
195
|
"default": 0,
|
|
196
196
|
"description": "Accessory type for Home app",
|
|
197
|
-
"
|
|
197
|
+
"anyOf": [
|
|
198
198
|
{
|
|
199
199
|
"title": "None/Disabled",
|
|
200
200
|
"enum": [
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"minimum": 0,
|
|
255
255
|
"maximum": 3,
|
|
256
256
|
"default": 0,
|
|
257
|
-
"
|
|
257
|
+
"anyOf": [
|
|
258
258
|
{
|
|
259
259
|
"title": "None/Disabled",
|
|
260
260
|
"enum": [
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
"maximum": 3,
|
|
326
326
|
"default": 0,
|
|
327
327
|
"description": "Accessory type for Home app",
|
|
328
|
-
"
|
|
328
|
+
"anyOf": [
|
|
329
329
|
{
|
|
330
330
|
"title": "None/Disabled",
|
|
331
331
|
"enum": [
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
"maximum": 5,
|
|
369
369
|
"default": 0,
|
|
370
370
|
"description": "Comparison mode",
|
|
371
|
-
"
|
|
371
|
+
"anyOf": [
|
|
372
372
|
{
|
|
373
373
|
"title": ">",
|
|
374
374
|
"enum": [
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
"maximum": 3,
|
|
449
449
|
"default": 0,
|
|
450
450
|
"description": "Accessory type for Home app",
|
|
451
|
-
"
|
|
451
|
+
"anyOf": [
|
|
452
452
|
{
|
|
453
453
|
"title": "None/Disabled",
|
|
454
454
|
"enum": [
|
|
@@ -491,7 +491,7 @@
|
|
|
491
491
|
"maximum": 5,
|
|
492
492
|
"default": 0,
|
|
493
493
|
"description": "Comparison mode",
|
|
494
|
-
"
|
|
494
|
+
"anyOf": [
|
|
495
495
|
{
|
|
496
496
|
"title": ">",
|
|
497
497
|
"enum": [
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
"maximum": 3,
|
|
579
579
|
"default": 0,
|
|
580
580
|
"description": "Accessory type for Home app",
|
|
581
|
-
"
|
|
581
|
+
"anyOf": [
|
|
582
582
|
{
|
|
583
583
|
"title": "None/Disabled",
|
|
584
584
|
"enum": [
|
|
@@ -621,7 +621,7 @@
|
|
|
621
621
|
"maximum": 3,
|
|
622
622
|
"default": 0,
|
|
623
623
|
"description": "Comparison type",
|
|
624
|
-
"
|
|
624
|
+
"anyOf": [
|
|
625
625
|
{
|
|
626
626
|
"title": "Current (A)",
|
|
627
627
|
"enum": [
|
|
@@ -658,7 +658,7 @@
|
|
|
658
658
|
"maximum": 5,
|
|
659
659
|
"default": 0,
|
|
660
660
|
"description": "Comparison mode",
|
|
661
|
-
"
|
|
661
|
+
"anyOf": [
|
|
662
662
|
{
|
|
663
663
|
"title": ">",
|
|
664
664
|
"enum": [
|
|
@@ -739,7 +739,7 @@
|
|
|
739
739
|
"maximum": 3,
|
|
740
740
|
"default": 0,
|
|
741
741
|
"description": "Accessory type for Home app",
|
|
742
|
-
"
|
|
742
|
+
"anyOf": [
|
|
743
743
|
{
|
|
744
744
|
"title": "None/Disabled",
|
|
745
745
|
"enum": [
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
"maximum": 5,
|
|
783
783
|
"default": 0,
|
|
784
784
|
"description": "Comparison mode",
|
|
785
|
-
"
|
|
785
|
+
"anyOf": [
|
|
786
786
|
{
|
|
787
787
|
"title": ">",
|
|
788
788
|
"enum": [
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
"maximum": 3,
|
|
870
870
|
"default": 0,
|
|
871
871
|
"description": "Accessory type for Home app",
|
|
872
|
-
"
|
|
872
|
+
"anyOf": [
|
|
873
873
|
{
|
|
874
874
|
"title": "None/Disabled",
|
|
875
875
|
"enum": [
|
|
@@ -912,7 +912,7 @@
|
|
|
912
912
|
"maximum": 5,
|
|
913
913
|
"default": 0,
|
|
914
914
|
"description": "Comparison mode",
|
|
915
|
-
"
|
|
915
|
+
"anyOf": [
|
|
916
916
|
{
|
|
917
917
|
"title": ">",
|
|
918
918
|
"enum": [
|
|
@@ -993,7 +993,7 @@
|
|
|
993
993
|
"maximum": 3,
|
|
994
994
|
"default": 0,
|
|
995
995
|
"description": "Accessory type for Home app",
|
|
996
|
-
"
|
|
996
|
+
"anyOf": [
|
|
997
997
|
{
|
|
998
998
|
"title": "None/Disabled",
|
|
999
999
|
"enum": [
|
|
@@ -1036,7 +1036,7 @@
|
|
|
1036
1036
|
"maximum": 3,
|
|
1037
1037
|
"default": 0,
|
|
1038
1038
|
"description": "Comparison type",
|
|
1039
|
-
"
|
|
1039
|
+
"anyOf": [
|
|
1040
1040
|
{
|
|
1041
1041
|
"title": "Current (A)",
|
|
1042
1042
|
"enum": [
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
"maximum": 5,
|
|
1074
1074
|
"default": 0,
|
|
1075
1075
|
"description": "Comparison mode",
|
|
1076
|
-
"
|
|
1076
|
+
"anyOf": [
|
|
1077
1077
|
{
|
|
1078
1078
|
"title": ">",
|
|
1079
1079
|
"enum": [
|
|
@@ -1154,7 +1154,7 @@
|
|
|
1154
1154
|
"maximum": 3,
|
|
1155
1155
|
"default": 0,
|
|
1156
1156
|
"description": "Accessory type for Home app",
|
|
1157
|
-
"
|
|
1157
|
+
"anyOf": [
|
|
1158
1158
|
{
|
|
1159
1159
|
"title": "None/Disabled",
|
|
1160
1160
|
"enum": [
|
|
@@ -1197,7 +1197,7 @@
|
|
|
1197
1197
|
"maximum": 5,
|
|
1198
1198
|
"default": 0,
|
|
1199
1199
|
"description": "Comparison mode",
|
|
1200
|
-
"
|
|
1200
|
+
"anyOf": [
|
|
1201
1201
|
{
|
|
1202
1202
|
"title": ">",
|
|
1203
1203
|
"enum": [
|
|
@@ -1283,7 +1283,7 @@
|
|
|
1283
1283
|
"maximum": 3,
|
|
1284
1284
|
"default": 0,
|
|
1285
1285
|
"description": "Accessory type for Home app",
|
|
1286
|
-
"
|
|
1286
|
+
"anyOf": [
|
|
1287
1287
|
{
|
|
1288
1288
|
"title": "None/Disabled",
|
|
1289
1289
|
"enum": [
|
|
@@ -1326,7 +1326,7 @@
|
|
|
1326
1326
|
"maximum": 5,
|
|
1327
1327
|
"default": 0,
|
|
1328
1328
|
"description": "Comparison mode",
|
|
1329
|
-
"
|
|
1329
|
+
"anyOf": [
|
|
1330
1330
|
{
|
|
1331
1331
|
"title": ">",
|
|
1332
1332
|
"enum": [
|
|
@@ -1406,7 +1406,7 @@
|
|
|
1406
1406
|
"minimum": 0,
|
|
1407
1407
|
"maximum": 3,
|
|
1408
1408
|
"default": 0,
|
|
1409
|
-
"
|
|
1409
|
+
"anyOf": [
|
|
1410
1410
|
{
|
|
1411
1411
|
"title": "None/Disabled",
|
|
1412
1412
|
"enum": [
|
|
@@ -1450,7 +1450,7 @@
|
|
|
1450
1450
|
"maximum": 3,
|
|
1451
1451
|
"default": 0,
|
|
1452
1452
|
"description": "Comparison type",
|
|
1453
|
-
"
|
|
1453
|
+
"anyOf": [
|
|
1454
1454
|
{
|
|
1455
1455
|
"title": "Current (A)",
|
|
1456
1456
|
"enum": [
|
|
@@ -1487,7 +1487,7 @@
|
|
|
1487
1487
|
"maximum": 5,
|
|
1488
1488
|
"default": 0,
|
|
1489
1489
|
"description": "Comparison mode",
|
|
1490
|
-
"
|
|
1490
|
+
"anyOf": [
|
|
1491
1491
|
{
|
|
1492
1492
|
"title": ">",
|
|
1493
1493
|
"enum": [
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
"maximum": 3,
|
|
1567
1567
|
"default": 0,
|
|
1568
1568
|
"description": "Accessory type for Home app",
|
|
1569
|
-
"
|
|
1569
|
+
"anyOf": [
|
|
1570
1570
|
{
|
|
1571
1571
|
"title": "None/Disabled",
|
|
1572
1572
|
"enum": [
|
|
@@ -1642,7 +1642,7 @@
|
|
|
1642
1642
|
"maximum": 5,
|
|
1643
1643
|
"default": 0,
|
|
1644
1644
|
"description": "Accessory type for Home app",
|
|
1645
|
-
"
|
|
1645
|
+
"anyOf": [
|
|
1646
1646
|
{
|
|
1647
1647
|
"title": "None/Disabled",
|
|
1648
1648
|
"enum": [
|
|
@@ -1718,7 +1718,7 @@
|
|
|
1718
1718
|
"maximum": 1,
|
|
1719
1719
|
"default": 0,
|
|
1720
1720
|
"description": "Accessory type for Home app",
|
|
1721
|
-
"
|
|
1721
|
+
"anyOf": [
|
|
1722
1722
|
{
|
|
1723
1723
|
"title": "None/Disabled",
|
|
1724
1724
|
"enum": [
|
|
@@ -1782,7 +1782,7 @@
|
|
|
1782
1782
|
"maximum": 3,
|
|
1783
1783
|
"default": 0,
|
|
1784
1784
|
"description": "Accessory type in Home app",
|
|
1785
|
-
"
|
|
1785
|
+
"anyOf": [
|
|
1786
1786
|
{
|
|
1787
1787
|
"title": "None/Disabled",
|
|
1788
1788
|
"enum": [
|
|
@@ -1843,7 +1843,7 @@
|
|
|
1843
1843
|
"maximum": 3,
|
|
1844
1844
|
"default": 0,
|
|
1845
1845
|
"description": "Accessory type for Home app",
|
|
1846
|
-
"
|
|
1846
|
+
"anyOf": [
|
|
1847
1847
|
{
|
|
1848
1848
|
"title": "None/Disabled",
|
|
1849
1849
|
"enum": [
|
|
@@ -1906,7 +1906,7 @@
|
|
|
1906
1906
|
"maximum": 3,
|
|
1907
1907
|
"default": 0,
|
|
1908
1908
|
"description": "Accessory type for Home app",
|
|
1909
|
-
"
|
|
1909
|
+
"anyOf": [
|
|
1910
1910
|
{
|
|
1911
1911
|
"title": "None/Disabled",
|
|
1912
1912
|
"enum": [
|
|
@@ -1947,7 +1947,7 @@
|
|
|
1947
1947
|
"type": "string",
|
|
1948
1948
|
"default": "on-grid",
|
|
1949
1949
|
"description": "Grid mode",
|
|
1950
|
-
"
|
|
1950
|
+
"anyOf": [
|
|
1951
1951
|
{
|
|
1952
1952
|
"title": "Grid On",
|
|
1953
1953
|
"enum": [
|
|
@@ -2022,7 +2022,7 @@
|
|
|
2022
2022
|
"maximum": 5,
|
|
2023
2023
|
"default": 0,
|
|
2024
2024
|
"description": "Accessory type for Home app",
|
|
2025
|
-
"
|
|
2025
|
+
"anyOf": [
|
|
2026
2026
|
{
|
|
2027
2027
|
"title": "None/Disabled",
|
|
2028
2028
|
"enum": [
|
|
@@ -2100,7 +2100,7 @@
|
|
|
2100
2100
|
"maximum": 3,
|
|
2101
2101
|
"default": 0,
|
|
2102
2102
|
"description": "Accessory type for Home app",
|
|
2103
|
-
"
|
|
2103
|
+
"anyOf": [
|
|
2104
2104
|
{
|
|
2105
2105
|
"title": "None/Disabled",
|
|
2106
2106
|
"enum": [
|
|
@@ -2143,7 +2143,7 @@
|
|
|
2143
2143
|
"maximum": 5,
|
|
2144
2144
|
"default": 0,
|
|
2145
2145
|
"description": "Comparison mode",
|
|
2146
|
-
"
|
|
2146
|
+
"anyOf": [
|
|
2147
2147
|
{
|
|
2148
2148
|
"title": ">",
|
|
2149
2149
|
"enum": [
|
|
@@ -2223,7 +2223,7 @@
|
|
|
2223
2223
|
"minimum": 0,
|
|
2224
2224
|
"maximum": 1,
|
|
2225
2225
|
"default": 0,
|
|
2226
|
-
"
|
|
2226
|
+
"anyOf": [
|
|
2227
2227
|
{
|
|
2228
2228
|
"title": "None/Disabled",
|
|
2229
2229
|
"enum": [
|
|
@@ -2278,7 +2278,7 @@
|
|
|
2278
2278
|
"maximum": 1,
|
|
2279
2279
|
"default": 0,
|
|
2280
2280
|
"description": "Accessory type in Home app",
|
|
2281
|
-
"
|
|
2281
|
+
"anyOf": [
|
|
2282
2282
|
{
|
|
2283
2283
|
"title": "None/Disabled",
|
|
2284
2284
|
"enum": [
|
|
@@ -2307,7 +2307,7 @@
|
|
|
2307
2307
|
"type": "string",
|
|
2308
2308
|
"default": "backup",
|
|
2309
2309
|
"description": "Here select the profile.",
|
|
2310
|
-
"
|
|
2310
|
+
"anyOf": [
|
|
2311
2311
|
{
|
|
2312
2312
|
"title": "Savings Mode",
|
|
2313
2313
|
"enum": [
|
|
@@ -2375,7 +2375,7 @@
|
|
|
2375
2375
|
"maximum": 1,
|
|
2376
2376
|
"default": 0,
|
|
2377
2377
|
"description": "Accessory type for Home app",
|
|
2378
|
-
"
|
|
2378
|
+
"anyOf": [
|
|
2379
2379
|
{
|
|
2380
2380
|
"title": "None/Disabled",
|
|
2381
2381
|
"enum": [
|
|
@@ -2416,7 +2416,7 @@
|
|
|
2416
2416
|
"type": "string",
|
|
2417
2417
|
"default": "backup",
|
|
2418
2418
|
"description": "Here select the profile.",
|
|
2419
|
-
"
|
|
2419
|
+
"anyOf": [
|
|
2420
2420
|
{
|
|
2421
2421
|
"title": "Savings Mode",
|
|
2422
2422
|
"enum": [
|
|
@@ -2472,7 +2472,7 @@
|
|
|
2472
2472
|
"minimum": 0,
|
|
2473
2473
|
"maximum": 3,
|
|
2474
2474
|
"default": 0,
|
|
2475
|
-
"
|
|
2475
|
+
"anyOf": [
|
|
2476
2476
|
{
|
|
2477
2477
|
"title": "None/Disabled",
|
|
2478
2478
|
"enum": [
|
|
@@ -2533,7 +2533,7 @@
|
|
|
2533
2533
|
"minimum": 0,
|
|
2534
2534
|
"maximum": 3,
|
|
2535
2535
|
"default": 0,
|
|
2536
|
-
"
|
|
2536
|
+
"anyOf": [
|
|
2537
2537
|
{
|
|
2538
2538
|
"title": "None/Disabled",
|
|
2539
2539
|
"enum": [
|
|
@@ -2597,7 +2597,7 @@
|
|
|
2597
2597
|
"maximum": 3,
|
|
2598
2598
|
"default": 0,
|
|
2599
2599
|
"description": "Accessory type for Home app",
|
|
2600
|
-
"
|
|
2600
|
+
"anyOf": [
|
|
2601
2601
|
{
|
|
2602
2602
|
"title": "None/Disabled",
|
|
2603
2603
|
"enum": [
|
|
@@ -2638,7 +2638,7 @@
|
|
|
2638
2638
|
"type": "string",
|
|
2639
2639
|
"default": "on-grid",
|
|
2640
2640
|
"description": "Here select the grid mode.",
|
|
2641
|
-
"
|
|
2641
|
+
"anyOf": [
|
|
2642
2642
|
{
|
|
2643
2643
|
"title": "Grid On",
|
|
2644
2644
|
"enum": [
|
|
@@ -2706,7 +2706,7 @@
|
|
|
2706
2706
|
"minimum": 0,
|
|
2707
2707
|
"maximum": 3,
|
|
2708
2708
|
"default": 0,
|
|
2709
|
-
"
|
|
2709
|
+
"anyOf": [
|
|
2710
2710
|
{
|
|
2711
2711
|
"title": "None/Disabled",
|
|
2712
2712
|
"enum": [
|
|
@@ -2770,7 +2770,7 @@
|
|
|
2770
2770
|
"maximum": 3,
|
|
2771
2771
|
"default": 0,
|
|
2772
2772
|
"description": "Accessory type for Home app",
|
|
2773
|
-
"
|
|
2773
|
+
"anyOf": [
|
|
2774
2774
|
{
|
|
2775
2775
|
"title": "None/Disabled",
|
|
2776
2776
|
"enum": [
|
|
@@ -2811,7 +2811,7 @@
|
|
|
2811
2811
|
"type": "string",
|
|
2812
2812
|
"default": "on-grid",
|
|
2813
2813
|
"description": "Grid mode",
|
|
2814
|
-
"
|
|
2814
|
+
"anyOf": [
|
|
2815
2815
|
{
|
|
2816
2816
|
"title": "Grid On",
|
|
2817
2817
|
"enum": [
|
|
@@ -2879,7 +2879,7 @@
|
|
|
2879
2879
|
"minimum": 0,
|
|
2880
2880
|
"maximum": 3,
|
|
2881
2881
|
"default": 0,
|
|
2882
|
-
"
|
|
2882
|
+
"anyOf": [
|
|
2883
2883
|
{
|
|
2884
2884
|
"title": "None/Disabled",
|
|
2885
2885
|
"enum": [
|
|
@@ -2940,7 +2940,7 @@
|
|
|
2940
2940
|
"minimum": 0,
|
|
2941
2941
|
"maximum": 3,
|
|
2942
2942
|
"default": 0,
|
|
2943
|
-
"
|
|
2943
|
+
"anyOf": [
|
|
2944
2944
|
{
|
|
2945
2945
|
"title": "None/Disabled",
|
|
2946
2946
|
"enum": [
|
|
@@ -3004,7 +3004,7 @@
|
|
|
3004
3004
|
"maximum": 3,
|
|
3005
3005
|
"default": 0,
|
|
3006
3006
|
"description": "Accessory type in Home app",
|
|
3007
|
-
"
|
|
3007
|
+
"anyOf": [
|
|
3008
3008
|
{
|
|
3009
3009
|
"title": "None/Disabled",
|
|
3010
3010
|
"enum": [
|
|
@@ -3045,7 +3045,7 @@
|
|
|
3045
3045
|
"type": "string",
|
|
3046
3046
|
"default": "off",
|
|
3047
3047
|
"description": "Mode",
|
|
3048
|
-
"
|
|
3048
|
+
"anyOf": [
|
|
3049
3049
|
{
|
|
3050
3050
|
"title": "Off",
|
|
3051
3051
|
"enum": [
|
|
@@ -3098,7 +3098,7 @@
|
|
|
3098
3098
|
"maximum": 3,
|
|
3099
3099
|
"default": 0,
|
|
3100
3100
|
"description": "Accessory type for Home app",
|
|
3101
|
-
"
|
|
3101
|
+
"anyOf": [
|
|
3102
3102
|
{
|
|
3103
3103
|
"title": "None/Disabled",
|
|
3104
3104
|
"enum": [
|
|
@@ -3139,7 +3139,7 @@
|
|
|
3139
3139
|
"type": "string",
|
|
3140
3140
|
"default": "off",
|
|
3141
3141
|
"description": "Mode",
|
|
3142
|
-
"
|
|
3142
|
+
"anyOf": [
|
|
3143
3143
|
{
|
|
3144
3144
|
"title": "Off",
|
|
3145
3145
|
"enum": [
|
|
@@ -3190,7 +3190,7 @@
|
|
|
3190
3190
|
"maximum": 3,
|
|
3191
3191
|
"default": 0,
|
|
3192
3192
|
"description": "Accessory type in Home app",
|
|
3193
|
-
"
|
|
3193
|
+
"anyOf": [
|
|
3194
3194
|
{
|
|
3195
3195
|
"title": "None/Disabled",
|
|
3196
3196
|
"enum": [
|
|
@@ -3251,7 +3251,7 @@
|
|
|
3251
3251
|
"maximum": 3,
|
|
3252
3252
|
"default": 0,
|
|
3253
3253
|
"description": "Accessory type for Home app",
|
|
3254
|
-
"
|
|
3254
|
+
"anyOf": [
|
|
3255
3255
|
{
|
|
3256
3256
|
"title": "None/Disabled",
|
|
3257
3257
|
"enum": [
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"private": false,
|
|
3
3
|
"displayName": "Enphase Envoy",
|
|
4
4
|
"name": "homebridge-enphase-envoy",
|
|
5
|
-
"version": "10.3.
|
|
5
|
+
"version": "10.3.3",
|
|
6
6
|
"description": "Homebridge p7ugin for Photovoltaic Energy System manufactured by Enphase.",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "grzegorz914",
|