Move hashId to stationInfo
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationInfo.ts
index 4f9697a67a0be01889e5ebf9a3ab080f020aa872..192e5771c0152ecf83126778b2a9eac38db69a3b 100644 (file)
@@ -11,6 +11,7 @@ export default interface ChargingStationInfo
     | 'chargePointSerialNumberPrefix'
     | 'meterSerialNumberPrefix'
   > {
+  hashId: string;
   infoHash?: string;
   chargingStationId?: string;
   chargeBoxSerialNumber?: string;