homebridge-enphase-envoy 10.3.1-beta.10 → 10.3.1-beta.11

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.
@@ -1432,8 +1432,7 @@
1432
1432
  ]
1433
1433
  }
1434
1434
  ],
1435
- "description": "Accessory type for Home app",
1436
- "required": true
1435
+ "description": "Accessory type for Home app"
1437
1436
  },
1438
1437
  "name": {
1439
1438
  "title": "Accessory name",
@@ -3066,7 +3065,6 @@
3066
3065
  ]
3067
3066
  }
3068
3067
  ],
3069
- "required": true,
3070
3068
  "condition": {
3071
3069
  "functionBody": "return model.devices[arrayIndices[0]].generatorModeControls[arrayIndices[1]].displayType > 0;"
3072
3070
  }
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.1-beta.10",
5
+ "version": "10.3.1-beta.11",
6
6
  "description": "Homebridge p7ugin for Photovoltaic Energy System manufactured by Enphase.",
7
7
  "license": "MIT",
8
8
  "author": "grzegorz914",