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