energy-flow-control--types-and-enums 1.0.196 → 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 +1 -1
- package/src/types/index.d.ts +1 -1
package/package.json
CHANGED
package/src/types/index.d.ts
CHANGED
|
@@ -174,7 +174,6 @@ export interface ILiveDataChargingProcess {
|
|
|
174
174
|
start: number
|
|
175
175
|
end: number
|
|
176
176
|
}
|
|
177
|
-
maxAllowedPowerInW: number
|
|
178
177
|
chargedInKwh: number
|
|
179
178
|
price: number
|
|
180
179
|
maxChargingPrice: number
|
|
@@ -185,6 +184,7 @@ export interface ILiveDataChargingProcess {
|
|
|
185
184
|
export interface ILiveDataWallBox {
|
|
186
185
|
id: number
|
|
187
186
|
powerInW: number
|
|
187
|
+
maxAllowedPowerInW: number
|
|
188
188
|
consumptionInKwh: number | null
|
|
189
189
|
isConnected: boolean
|
|
190
190
|
isAuthorised: boolean
|