Add initial code structure for update firmware simulation
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / ChargingStationType.ts
index ae049bd0b963c64f2159f9997ee819f343ca6e16..3aa769839848ba9da75f572b3cb349997fb58e62 100644 (file)
@@ -18,6 +18,7 @@ export type ChargingStationInfo = {
   chargingStationId?: string;
   chargePointModel: string;
   chargePointVendor: string;
+  firmwareVersionPattern?: string;
   firmwareVersion?: string;
   numberOfConnectors?: number | number[];
   baseName: string;