X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftypes%2FChargingStationTemplate.ts;h=8d0b044e6b265ec18abe2c5e8d27d048134ed059;hb=72495c24c4e750fce20245faca4609dd4eacd7ba;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..8d0b044e 100644 --- a/src/types/ChargingStationTemplate.ts +++ b/src/types/ChargingStationTemplate.ts @@ -35,7 +35,9 @@ export interface AutomaticTransactionGenerator { } export default interface ChargingStationTemplate { - supervisionURL?: string; + supervisionUrl?: string; + supervisionUrlOcppConfiguration?: boolean; + supervisionUrlOcppKey?: string; supervisionUser?: string; supervisionPassword?: string; ocppVersion?: OCPPVersion;