X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationTemplate.ts;h=8d0b044e6b265ec18abe2c5e8d27d048134ed059;hb=1f5df42ad17d09d3a1f53f6618eba325a403d7ad;hp=0286663bc486954cd99ee4f5a002ccf7486f548d;hpb=64a947062389248f0f04716cfac62f5e6a398769;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationTemplate.ts b/src/types/ChargingStationTemplate.ts index 0286663b..8d0b044e 100644 --- a/src/types/ChargingStationTemplate.ts +++ b/src/types/ChargingStationTemplate.ts @@ -35,9 +35,9 @@ export interface AutomaticTransactionGenerator { } export default interface ChargingStationTemplate { - supervisionURL?: string; - supervisionURLOCPPConfiguration?: boolean; - supervisionURLOCPPKey?: string; + supervisionUrl?: string; + supervisionUrlOcppConfiguration?: boolean; + supervisionUrlOcppKey?: string; supervisionUser?: string; supervisionPassword?: string; ocppVersion?: OCPPVersion;