X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2FChargingStationEvents.ts;h=5a0fc8fd6ee7d5a2007fa1a80d4aeacf37756234;hb=b88c8cf69b3f8143726767f8028220371bd0cf4a;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..5a0fc8fd 100644 --- a/src/types/ChargingStationEvents.ts +++ b/src/types/ChargingStationEvents.ts @@ -4,5 +4,5 @@ export enum ChargingStationEvents { registered = 'registered', accepted = 'accepted', updated = 'updated', - connectorStatusChanged = 'connectorStatusChanged', + connectorStatusChanged = 'connectorStatusChanged' }