X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationWorker.ts;h=7578b217270a8e7f6342ef68c7bc90638d9efcd9;hb=f911a4af34e676a49f542aec31cbef8075fb65ef;hp=d53152dc00dd4c2cf56f0d23064d35548468d9cc;hpb=8d8599f0565ba2121394a3d22214d13dbfa0f2c3;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationWorker.ts b/src/types/ChargingStationWorker.ts index d53152dc..7578b217 100644 --- a/src/types/ChargingStationWorker.ts +++ b/src/types/ChargingStationWorker.ts @@ -36,10 +36,10 @@ export interface ChargingStationData extends WorkerData { } enum ChargingStationMessageEvents { - STARTED = 'started', - STOPPED = 'stopped', - UPDATED = 'updated', - PERFORMANCE_STATISTICS = 'performanceStatistics', + started = 'started', + stopped = 'stopped', + updated = 'updated', + performanceStatistics = 'performanceStatistics', } export const ChargingStationWorkerMessageEvents = {