feat: allow to override supervisionUrls at adding charging stations
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationWorker.ts
index 6dbd879310592796529df358364c65c69f672734..ff3c5ef0fe56ed6b29d11745279dd334741a3b92 100644 (file)
@@ -12,6 +12,7 @@ import type { Statistics } from './Statistics.js'
 import { type WorkerData, type WorkerMessage, WorkerMessageEvents } from '../worker/index.js'
 
 export interface ChargingStationOptions extends JsonObject {
+  supervisionUrls?: string | string[]
   persistentConfiguration?: boolean
   autoStart?: boolean
   autoRegister?: boolean