X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationWorker.ts;h=a48e07688f4df67b21eee449fa407c3ba85518de;hb=057e2042576fb5f4dd4c201f1bd0f64c35ccf961;hp=f016d8ffba7f980cf4ddb77d6222a5c236005676;hpb=98dc07faaf264c0263d2c8de382efa9db59cd5b4;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationWorker.ts b/src/types/ChargingStationWorker.ts index f016d8ff..a48e0768 100644 --- a/src/types/ChargingStationWorker.ts +++ b/src/types/ChargingStationWorker.ts @@ -6,6 +6,8 @@ export interface ChargingStationWorkerData extends WorkerData { } enum InternalChargingStationWorkerMessageEvents { + STARTED = 'started', + STOPPED = 'stopped', PERFORMANCE_STATISTICS = 'performanceStatistics' }