X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationWorker.ts;h=6dbd879310592796529df358364c65c69f672734;hb=b1396a2e5ab5f52238df71daeb9da0ef6b12807a;hp=cd3f0ebd0ffcab7335b3c835adbb7249d130c28d;hpb=52c58949d4e4ba9d0346de01f129d86e0a446bdd;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationWorker.ts b/src/types/ChargingStationWorker.ts index cd3f0ebd..6dbd8793 100644 --- a/src/types/ChargingStationWorker.ts +++ b/src/types/ChargingStationWorker.ts @@ -12,9 +12,12 @@ import type { Statistics } from './Statistics.js' import { type WorkerData, type WorkerMessage, WorkerMessageEvents } from '../worker/index.js' export interface ChargingStationOptions extends JsonObject { + persistentConfiguration?: boolean autoStart?: boolean autoRegister?: boolean - persistentConfiguration?: boolean + enableStatistics?: boolean + ocppStrictCompliance?: boolean + stopTransactionsOnStopped?: boolean } export interface ChargingStationWorkerData extends WorkerData {