energy-flow-control--types-and-enums 1.0.218 → 1.0.219

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "energy-flow-control--types-and-enums",
3
- "version": "1.0.218",
3
+ "version": "1.0.219",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -11,7 +11,8 @@ import {
11
11
  EnumEventSource,
12
12
  EnumInvoiceState,
13
13
  EnumInvoiceTopic,
14
- EnumNoSupplyReason, EnumPhase,
14
+ EnumNoSupplyReason,
15
+ EnumPhase,
15
16
  EnumPriceComponent,
16
17
  EnumPricingModel,
17
18
  EnumProsumerEquipmentType,
@@ -176,6 +177,7 @@ export interface ILiveDataEnergyMeter {
176
177
  powerInW: number
177
178
  consumptionInKwh: number | null
178
179
  feedInInKwh: number | null
180
+ currents: ICurrent[]
179
181
  }
180
182
 
181
183
  interface ILiveDataControllableConsumer {