Refine UI protocol documentation
[e-mobility-charging-stations-simulator.git] / src / ui / web / src / types / ChargingStationType.ts
index dc485451034efc2efa12a8e0d94674eaf12ea73b..4d4a7a4d3b152b0ee94029a68862952648847fe5 100644 (file)
@@ -50,7 +50,7 @@ export type ChargingStationInfo = {
   reconnectExponentialDelay?: boolean;
   registrationMaxRetries?: number;
   enableStatistics?: boolean;
-  mayAuthorizeAtRemoteStart?: boolean;
+  mustAuthorizeAtRemoteStart?: boolean;
   amperageLimitationOcppKey?: string;
   amperageLimitationUnit?: AmpereUnits;
   beginEndMeterValues?: boolean;