X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2FOCPPConstants.ts;h=dbe7834b4e0e6fbdddab7d77501dc32a9470e85a;hb=1d8f226b47637e80c74106799208da5df93b2a04;hp=f8a5fa35046804a83544e124460bffd54bfb2d2a;hpb=178956d8c51c6a2b4ecc55b592dfb9ee339b8105;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/OCPPConstants.ts b/src/charging-station/ocpp/OCPPConstants.ts index f8a5fa35..dbe7834b 100644 --- a/src/charging-station/ocpp/OCPPConstants.ts +++ b/src/charging-station/ocpp/OCPPConstants.ts @@ -24,8 +24,8 @@ export class OCPPConstants { MeterValueMeasurand.ENERGY_ACTIVE_IMPORT_REGISTER, ]); - static readonly OCPP_REQUEST_EMPTY = Constants.EMPTY_FREEZED_OBJECT; - static readonly OCPP_RESPONSE_EMPTY = Constants.EMPTY_FREEZED_OBJECT; + static readonly OCPP_REQUEST_EMPTY = Constants.EMPTY_FROZEN_OBJECT; + static readonly OCPP_RESPONSE_EMPTY = Constants.EMPTY_FROZEN_OBJECT; static readonly OCPP_RESPONSE_ACCEPTED = Object.freeze({ status: GenericStatus.Accepted }); static readonly OCPP_RESPONSE_REJECTED = Object.freeze({ status: GenericStatus.Rejected }); @@ -128,11 +128,11 @@ export class OCPPConstants { static readonly OCPP_RESERVATION_RESPONSE_UNAVAILABLE = Object.freeze({ status: ReservationStatus.UNAVAILABLE, - }); // Reservation has not been made, because connectors are spec. connector is in UNAVAILABLE state + }); // Reservation has not been made, because connector is in UNAVAILABLE state static readonly OCPP_CANCEL_RESERVATION_RESPONSE_ACCEPTED = Object.freeze({ status: GenericStatus.Accepted, - }); // Reservation for id has been cancelled has been made + }); // Reservation for id has been cancelled static readonly OCPP_CANCEL_RESERVATION_RESPONSE_REJECTED = Object.freeze({ status: GenericStatus.Rejected,