X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationEvents.ts;h=b690bc916f2dca73d604349dc508f11177ff0643;hb=84ec8d3464903cfa8259ff622bff2b19b5c47132;hp=a24fd17095b91c25ff2f839ff4ff584f10f07833;hpb=e054fc1cc8912765435d03729d0104e9e2316949;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationEvents.ts b/src/types/ChargingStationEvents.ts index a24fd170..b690bc91 100644 --- a/src/types/ChargingStationEvents.ts +++ b/src/types/ChargingStationEvents.ts @@ -1,4 +1,6 @@ export enum ChargingStationEvents { + added = 'added', + deleted = 'deleted', started = 'started', stopped = 'stopped', updated = 'updated',