refactor: cleanup RFID tags authorization code
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / ChargingStationType.ts
index b391bef5188f2497b139e42105c85ec93f3268ce..45418353adca329d7836d37db01fd76aebbe24b2 100644 (file)
@@ -57,7 +57,7 @@ export type ChargingStationInfo = {
   reconnectExponentialDelay?: boolean;
   registrationMaxRetries?: number;
   enableStatistics?: boolean;
-  mustAuthorizeAtRemoteStart?: boolean;
+  remoteAuthorization?: boolean;
   amperageLimitationOcppKey?: string;
   amperageLimitationUnit?: AmpereUnits;
   beginEndMeterValues?: boolean;