X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationInfo.ts;h=192e5771c0152ecf83126778b2a9eac38db69a3b;hb=d9ac47efec22daef116af9fbdb3e7e01685e60fb;hp=4f9697a67a0be01889e5ebf9a3ab080f020aa872;hpb=6c1761d470507ea23d186be61b94ca7375c5144a;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationInfo.ts b/src/types/ChargingStationInfo.ts index 4f9697a6..192e5771 100644 --- a/src/types/ChargingStationInfo.ts +++ b/src/types/ChargingStationInfo.ts @@ -11,6 +11,7 @@ export default interface ChargingStationInfo | 'chargePointSerialNumberPrefix' | 'meterSerialNumberPrefix' > { + hashId: string; infoHash?: string; chargingStationId?: string; chargeBoxSerialNumber?: string;