homebridge-enphase-envoy 10.4.1-beta.1 → 10.4.1-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 +24 -3
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -3744,10 +3744,31 @@
|
|
|
3744
3744
|
},
|
|
3745
3745
|
"required": [
|
|
3746
3746
|
"name",
|
|
3747
|
-
"displayType"
|
|
3748
|
-
"envoyFirmware7xxTokenGenerationMode"
|
|
3747
|
+
"displayType"
|
|
3749
3748
|
],
|
|
3750
3749
|
"allOf": [
|
|
3750
|
+
{
|
|
3751
|
+
"if": {
|
|
3752
|
+
"required": [
|
|
3753
|
+
"displayType"
|
|
3754
|
+
],
|
|
3755
|
+
"properties": {
|
|
3756
|
+
"displayType": {
|
|
3757
|
+
"enum": [
|
|
3758
|
+
1,
|
|
3759
|
+
2,
|
|
3760
|
+
3,
|
|
3761
|
+
4
|
|
3762
|
+
]
|
|
3763
|
+
}
|
|
3764
|
+
}
|
|
3765
|
+
},
|
|
3766
|
+
"then": {
|
|
3767
|
+
"required": [
|
|
3768
|
+
"envoyFirmware7xxTokenGenerationMode"
|
|
3769
|
+
]
|
|
3770
|
+
}
|
|
3771
|
+
},
|
|
3751
3772
|
{
|
|
3752
3773
|
"if": {
|
|
3753
3774
|
"required": [
|
|
@@ -3796,7 +3817,7 @@
|
|
|
3796
3817
|
{
|
|
3797
3818
|
"key": "devices",
|
|
3798
3819
|
"type": "tabarray",
|
|
3799
|
-
"title": "{{ value.name || '
|
|
3820
|
+
"title": "{{ value.name || 'System' }}",
|
|
3800
3821
|
"items": [
|
|
3801
3822
|
"devices[].name",
|
|
3802
3823
|
"devices[].host",
|
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.4.1-beta.
|
|
5
|
+
"version": "10.4.1-beta.2",
|
|
6
6
|
"description": "Homebridge p7ugin for Photovoltaic Energy System manufactured by Enphase.",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "grzegorz914",
|