homebridge-enphase-envoy 10.2.7-beta.3 → 10.2.7-beta.4

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.3",
5
+ "version": "10.2.7-beta.4",
6
6
  "description": "Homebridge p7ugin for Photovoltaic Energy System manufactured by Enphase.",
7
7
  "license": "MIT",
8
8
  "author": "grzegorz914",
@@ -3094,6 +3094,7 @@ class EnvoyDevice extends EventEmitter {
3094
3094
  this.emit('devInfo', `Firmware: ${info.software}`);
3095
3095
  this.emit('devInfo', `SerialNr: ${info.serialNumber}`);
3096
3096
  this.emit('devInfo', `Time: ${this.functions.formatTimestamp(info.time, timeZone)}`);
3097
+ this.emit('devInfo', `Energy Meter: ${this.energyMeter ? 'Enabled' : 'Disabled'}`);
3097
3098
  this.emit('devInfo', `------------------------------`);
3098
3099
 
3099
3100
  // Inventory