X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationInfo.ts;h=2baa72ef24ebb656ace0a380d41d844138f9d460;hb=1e080116b0b62d897258a28efa129a9a65bf7d4e;hp=1c6415ae801ed52b0fb3c2975bf08bae64114f41;hpb=fa7bccf4a465d2156c43a3b5f33f0b521da52dc3;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationInfo.ts b/src/types/ChargingStationInfo.ts index 1c6415ae..2baa72ef 100644 --- a/src/types/ChargingStationInfo.ts +++ b/src/types/ChargingStationInfo.ts @@ -9,6 +9,7 @@ export default interface ChargingStationInfo | 'powerUnit' | 'chargeBoxSerialNumberPrefix' | 'chargePointSerialNumberPrefix' + | 'meterSerialNumberPrefix' > { infoHash?: string; chargingStationId?: string;