feat: allow to override supervisionUrls at adding charging stations
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / ChargingStationType.ts
index 276e9dd9f159b1810051a107f34552960fa4641b..d7387b233e39642f19956a7a3ac38bafa45b266f 100644 (file)
@@ -33,6 +33,7 @@ export type FirmwareStatus = OCPP16FirmwareStatus
 
 export type ChargingStationInfo = {
   hashId: string
+  templateIndex: number
   templateName: string
   chargingStationId?: string
   chargePointModel: string