Keep track of the connector status and restore it properly on reload.
[e-mobility-charging-stations-simulator.git] / src / types / MeasurandValues.ts
CommitLineData
6b0ce541 1export default interface MeasurandValues {
6af9012e
JB
2 L1: number;
3 L2: number;
4 L3: number;
5 all: number;
6}