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