X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationTemplate.ts;h=0286663bc486954cd99ee4f5a002ccf7486f548d;hb=001f27299de9ed07cf2bd4d5fd4045eb67a91e56;hp=74848226683c9bf0d4377c1bbf7f1b2aa7addd21;hpb=cd8dd45729bcb9838f1f3c7b82596b8b30f8ce4d;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationTemplate.ts b/src/types/ChargingStationTemplate.ts index 74848226..0286663b 100644 --- a/src/types/ChargingStationTemplate.ts +++ b/src/types/ChargingStationTemplate.ts @@ -36,6 +36,8 @@ export interface AutomaticTransactionGenerator { export default interface ChargingStationTemplate { supervisionURL?: string; + supervisionURLOCPPConfiguration?: boolean; + supervisionURLOCPPKey?: string; supervisionUser?: string; supervisionPassword?: string; ocppVersion?: OCPPVersion;