X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationInfo.ts;h=1cf27163a77588a8085d1ba38cd56b134ac9dfd2;hb=ccb1d6e97cc0248cd96a9505cf5e8f037d66984c;hp=eb77b601eb2febdfbd5e6ec30e6030ec0e3255ad;hpb=8523563aa65d1dbbad994b3fb33286888ff2ae94;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationInfo.ts b/src/types/ChargingStationInfo.ts index eb77b601..1cf27163 100644 --- a/src/types/ChargingStationInfo.ts +++ b/src/types/ChargingStationInfo.ts @@ -1,10 +1,11 @@ import ChargingStationTemplate from './ChargingStationTemplate'; export default interface ChargingStationInfo extends ChargingStationTemplate { - hash?: string; + infoHash?: string; chargingStationId?: string; chargeBoxSerialNumber?: string; chargePointSerialNumber?: string; + meterSerialNumber?: string; maximumPower?: number; // Always in Watt powerDivider?: number; maximumAmperage?: number; // Always in Ampere