feat(transactions): add live energy and estimated cost to transaction data
This commit is contained in:
@@ -120,6 +120,8 @@ export type Transaction = {
|
||||
startMeterValue: number | null;
|
||||
stopMeterValue: number | null;
|
||||
energyWh: number | null;
|
||||
liveEnergyWh: number | null;
|
||||
estimatedCost: number | null;
|
||||
stopIdTag: string | null;
|
||||
stopReason: string | null;
|
||||
chargeAmount: number | null;
|
||||
|
||||
Reference in New Issue
Block a user