X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FChargingStationTemplate.ts;h=b3cc773489d0f384feb8bf93cb5934039628eeae;hb=2162e174630d4335e0fb8e7d587683b96af0d9a3;hp=d20dfdc1dca6026a08edde3e7ccac9e951ecb6aa;hpb=f4b3f35d653138a946d74d5f3c313275ee9c03b2;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ChargingStationTemplate.ts b/src/types/ChargingStationTemplate.ts index d20dfdc1..b3cc7734 100644 --- a/src/types/ChargingStationTemplate.ts +++ b/src/types/ChargingStationTemplate.ts @@ -111,9 +111,9 @@ export interface ChargingStationTemplate { registrationMaxRetries?: number enableStatistics?: boolean remoteAuthorization?: boolean - /** @deprecated Replaced by remoteAuthorization */ + /** @deprecated Replaced by remoteAuthorization. */ mustAuthorizeAtRemoteStart?: boolean - /** @deprecated Replaced by ocppStrictCompliance */ + /** @deprecated Replaced by ocppStrictCompliance. */ payloadSchemaValidation?: boolean amperageLimitationOcppKey?: string amperageLimitationUnit?: AmpereUnits