refactor: cleanup RFID tags authorization code
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index 7807837573fac8aed4fcbef66dcd73a9023cb180..68c20597c4edf2cbf8f5db99fe61ab6e3d970ea2 100644 (file)
@@ -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;