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