build(deps): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / ChargingStationType.ts
index 7e8457a9e8df6bc9a2fda96eee4d0670ae9d5aeb..d7387b233e39642f19956a7a3ac38bafa45b266f 100644 (file)
@@ -6,6 +6,7 @@ export type ChargingStationData = {
   connectors: ConnectorStatus[]
   evses: EvseStatus[]
   ocppConfiguration: ChargingStationOcppConfiguration
+  supervisionUrl: string
   wsState?:
     | typeof WebSocket.CONNECTING
     | typeof WebSocket.OPEN
@@ -32,6 +33,7 @@ export type FirmwareStatus = OCPP16FirmwareStatus
 
 export type ChargingStationInfo = {
   hashId: string
+  templateIndex: number
   templateName: string
   chargingStationId?: string
   chargePointModel: string