X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2FOCPPConstants.ts;h=f8a5fa35046804a83544e124460bffd54bfb2d2a;hb=26a17d9368bd65430bea2a04d23df8ebe84aeac2;hp=b3f4dd3208315681d616f10cacfafa8bfb29ea77;hpb=d58b442097da31f8b974d51aef63c64470d9ab48;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/OCPPConstants.ts b/src/charging-station/ocpp/OCPPConstants.ts index b3f4dd32..f8a5fa35 100644 --- a/src/charging-station/ocpp/OCPPConstants.ts +++ b/src/charging-station/ocpp/OCPPConstants.ts @@ -105,7 +105,7 @@ export class OCPPConstants { static readonly OCPP_DATA_TRANSFER_RESPONSE_REJECTED = Object.freeze({ status: DataTransferStatus.REJECTED, }); - + static readonly OCPP_DATA_TRANSFER_RESPONSE_UNKNOWN_VENDOR_ID = Object.freeze({ status: DataTransferStatus.UNKNOWN_VENDOR_ID, }); @@ -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,