X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationEvents.ts;h=b690bc916f2dca73d604349dc508f11177ff0643;hb=a474cbe107fedbe17398e5d21f852f0ce0d5ca2f;hp=f7980b47b3f7e5a77473473383be465fc0689cd1;hpb=a807045be19c1ed4996a44d8c2c8774e926dc6dc;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationEvents.ts b/src/types/ChargingStationEvents.ts index f7980b47..b690bc91 100644 --- a/src/types/ChargingStationEvents.ts +++ b/src/types/ChargingStationEvents.ts @@ -1,8 +1,12 @@ export enum ChargingStationEvents { + added = 'added', + deleted = 'deleted', started = 'started', stopped = 'stopped', + updated = 'updated', registered = 'registered', accepted = 'accepted', - updated = 'updated', - connectorStatusChanged = 'connectorStatusChanged', + rejected = 'rejected', + disconnected = 'disconnected', + connectorStatusChanged = 'connectorStatusChanged' }