X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationTemplate.ts;h=68c20597c4edf2cbf8f5db99fe61ab6e3d970ea2;hb=be424f9e8f51d9a6b339a45f10aeec22a5b25bf7;hp=7807837573fac8aed4fcbef66dcd73a9023cb180;hpb=e1d9a0f4d6ff1a90048e9a694fd12b7031cc6961;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationTemplate.ts b/src/types/ChargingStationTemplate.ts index 78078375..68c20597 100644 --- a/src/types/ChargingStationTemplate.ts +++ b/src/types/ChargingStationTemplate.ts @@ -108,6 +108,8 @@ export interface ChargingStationTemplate { reconnectExponentialDelay?: boolean; registrationMaxRetries?: number; enableStatistics?: boolean; + remoteAuthorization?: boolean; + /** @deprecated Replaced by remoteAuthorization */ mustAuthorizeAtRemoteStart?: boolean; /** @deprecated Replaced by ocppStrictCompliance */ payloadSchemaValidation?: boolean;