X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2FOCPPConstants.ts;h=f8a5fa35046804a83544e124460bffd54bfb2d2a;hb=e4c6cf0531872c2a00fcba346e9ee5b46fac3e27;hp=9d3fc74b14b6775b94baf5091722ebba2536e999;hpb=022a231c76e227205b0124a7aef8e16ceb86a1d9;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/OCPPConstants.ts b/src/charging-station/ocpp/OCPPConstants.ts index 9d3fc74b..f8a5fa35 100644 --- a/src/charging-station/ocpp/OCPPConstants.ts +++ b/src/charging-station/ocpp/OCPPConstants.ts @@ -124,7 +124,7 @@ export class OCPPConstants { static readonly OCPP_RESERVATION_RESPONSE_REJECTED = Object.freeze({ status: ReservationStatus.REJECTED, - }); // Reservation has not been made, because CS is not configured to accept reservations + }); // Reservation has not been made, because charging station is not configured to accept reservations static readonly OCPP_RESERVATION_RESPONSE_UNAVAILABLE = Object.freeze({ status: ReservationStatus.UNAVAILABLE,