Refine UI protocol documentation
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
index ff3b2601b8a7ba6ce9493272d06eb857a0db5109..d771ebe08ab969147e65dcc2d7efcaa726ed6c2e 100644 (file)
@@ -178,8 +178,8 @@ export default class ChargingStation {
       : true;
   }
 
-  public getMayAuthorizeAtRemoteStart(): boolean | undefined {
-    return this.stationInfo.mayAuthorizeAtRemoteStart ?? true;
+  public getMustAuthorizeAtRemoteStart(): boolean | undefined {
+    return this.stationInfo.mustAuthorizeAtRemoteStart ?? true;
   }
 
   public getPayloadSchemaValidation(): boolean | undefined {