feat: allow to override event more template tunables at addChargingStations UI
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationWorker.ts
index 346537cb28c24024f0787b3e150e969555206faa..e6e34a8962f1f70b374c2f7eceaea4b3c7c3263e 100644 (file)
@@ -15,6 +15,8 @@ export interface ChargingStationOptions extends JsonObject {
   persistentConfiguration?: boolean
   autoStart?: boolean
   autoRegister?: boolean
+  enableStatistics?: boolean
+  ocppStrictCompliance?: boolean
 }
 
 export interface ChargingStationWorkerData extends WorkerData {