fix(ocpp-server): silence linter
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index d20dfdc1dca6026a08edde3e7ccac9e951ecb6aa..b3cc773489d0f384feb8bf93cb5934039628eeae 100644 (file)
@@ -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