feat: add events for charging station status change
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStation.ts
1 export enum ChargingStationEvents {
2 started = 'started',
3 stopped = 'stopped',
4 registered = 'registered',
5 accepted = 'accepted',
6 updated = 'updated',
7 }