X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationEvents.ts;h=b690bc916f2dca73d604349dc508f11177ff0643;hb=a474cbe107fedbe17398e5d21f852f0ce0d5ca2f;hp=5a0fc8fd6ee7d5a2007fa1a80d4aeacf37756234;hpb=a223d9be48ad8828e6aef060dd3c45d4f99ea9a9;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationEvents.ts b/src/types/ChargingStationEvents.ts index 5a0fc8fd..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', + rejected = 'rejected', + disconnected = 'disconnected', connectorStatusChanged = 'connectorStatusChanged' }