homebridge-enphase-envoy 10.4.1-beta.2 → 10.4.1-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.
Files changed (2) hide show
  1. package/config.schema.json +2 -18
  2. package/package.json +1 -1
@@ -922,7 +922,6 @@
922
922
  },
923
923
  "then": {
924
924
  "required": [
925
- "compareType",
926
925
  "compareMode",
927
926
  "powerLevel"
928
927
  ]
@@ -3844,10 +3843,7 @@
3844
3843
  "type": "password"
3845
3844
  },
3846
3845
  "devices[].envoyTokenInstaller"
3847
- ],
3848
- "condition": {
3849
- "functionBody": "return model.devices[arrayIndices].displayType > 0;"
3850
- }
3846
+ ]
3851
3847
  },
3852
3848
  {
3853
3849
  "key": "devices[]",
@@ -4756,19 +4752,7 @@
4756
4752
  }
4757
4753
  ]
4758
4754
  }
4759
- ],
4760
- "condition": {
4761
- "functionBody": "return model.devices[arrayIndices].envoyFirmware7xxTokenGenerationMode > 0;"
4762
- }
4763
- },
4764
- {
4765
- "key": "devices[]",
4766
- "type": "tabarray",
4767
- "title": "{{ value.title }}",
4768
- "items": [],
4769
- "condition": {
4770
- "functionBody": "return model.devices[arrayIndices].envoyFirmware7xxTokenGenerationMode === 0;"
4771
- }
4755
+ ]
4772
4756
  }
4773
4757
  ]
4774
4758
  },
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.2",
5
+ "version": "10.4.1-beta.3",
6
6
  "description": "Homebridge p7ugin for Photovoltaic Energy System manufactured by Enphase.",
7
7
  "license": "MIT",
8
8
  "author": "grzegorz914",