homebridge-enphase-envoy 10.2.6-beta.1 → 10.2.6-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/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.6-beta.1",
5
+ "version": "10.2.6-beta.2",
6
6
  "description": "Homebridge p7ugin for Photovoltaic Energy System manufactured by Enphase.",
7
7
  "license": "MIT",
8
8
  "author": "grzegorz914",
@@ -4910,7 +4910,7 @@ class EnvoyDevice extends EventEmitter {
4910
4910
  };
4911
4911
  }
4912
4912
 
4913
- this.pv.inventoryData.esubs.enpowers[index].dryContacts[i] = dryContactData;
4913
+ enpowerData.dryContacts.push(dryContactData);
4914
4914
  });
4915
4915
  }
4916
4916