fix: find the first free indexes at adding charging stations
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / ChargingStationType.ts
index 7e8457a9e8df6bc9a2fda96eee4d0670ae9d5aeb..276e9dd9f159b1810051a107f34552960fa4641b 100644 (file)
@@ -6,6 +6,7 @@ export type ChargingStationData = {
   connectors: ConnectorStatus[]
   evses: EvseStatus[]
   ocppConfiguration: ChargingStationOcppConfiguration
+  supervisionUrl: string
   wsState?:
     | typeof WebSocket.CONNECTING
     | typeof WebSocket.OPEN