X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationEvents.ts;fp=src%2Ftypes%2FChargingStationEvents.ts;h=b690bc916f2dca73d604349dc508f11177ff0643;hb=09e5a7a8ed45886b6bf1434c4e49c945ded4c7d8;hp=bfdf7a00b4a3a557da6bd09ac0d6c2d142de7afa;hpb=1feac591544c625c56086abe1f14dbdc706280fb;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',