X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationTemplate.ts;h=8d0b044e6b265ec18abe2c5e8d27d048134ed059;hb=9ab62ed05a70a1feda05803f085a449ce35a4f14;hp=0286663bc486954cd99ee4f5a002ccf7486f548d;hpb=12fc74d6921babe7a275788b022165b751d6a8ce;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;