homebridge-enphase-envoy 10.2.7-beta.6 → 10.2.7-beta.7

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/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.2.7-beta.6",
5
+ "version": "10.2.7-beta.7",
6
6
  "description": "Homebridge p7ugin for Photovoltaic Energy System manufactured by Enphase.",
7
7
  "license": "MIT",
8
8
  "author": "grzegorz914",
@@ -3072,9 +3072,9 @@ class EnvoyDevice extends EventEmitter {
3072
3072
 
3073
3073
  this.fakegatoHistoryServices.push(fakegatoHistoryService);
3074
3074
  this.energyMeterServices.push(energyMeterService);
3075
- }
3076
3075
 
3077
- accessories.push(accessory);
3076
+ accessories.push(accessory);
3077
+ }
3078
3078
  break;
3079
3079
  }
3080
3080
  }