energy-flow-control--types-and-enums 1.0.195 → 1.0.197

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.195",
3
+ "version": "1.0.197",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -184,6 +184,7 @@ export interface ILiveDataChargingProcess {
184
184
  export interface ILiveDataWallBox {
185
185
  id: number
186
186
  powerInW: number
187
+ maxAllowedPowerInW: number
187
188
  consumptionInKwh: number | null
188
189
  isConnected: boolean
189
190
  isAuthorised: boolean