X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2FChargingStationEvents.ts;fp=src%2Ftypes%2FChargingStationEvents.ts;h=f7980b47b3f7e5a77473473383be465fc0689cd1;hb=a807045be19c1ed4996a44d8c2c8774e926dc6dc;hp=5a0fc8fd6ee7d5a2007fa1a80d4aeacf37756234;hpb=66a7748ddeda8c94d7562a1ce58d440319654a4c;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationEvents.ts b/src/types/ChargingStationEvents.ts index 5a0fc8fd..f7980b47 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', }