X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.js;h=8873280f3629ba05093d3385a55595027ae1ee2a;hb=7d887a1b6453278a1afa38a882d4c38042ddee25;hp=b5b55cc330638e54e333184c2315da4920e60aa8;hpb=61c2e33de75d3fb3b789ec4a50aad9e3e789894a;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.js b/src/utils/Constants.js index b5b55cc3..8873280f 100644 --- a/src/utils/Constants.js +++ b/src/utils/Constants.js @@ -103,6 +103,7 @@ class Constants { static OCPP_RESPONSE_ACCEPTED = {status: 'Accepted'}; static OCPP_RESPONSE_REJECTED = {status: 'Rejected'}; + static OCPP_RESPONSE_REBOOT_REQUIRED = {status: 'RebootRequired'}; static OCPP_SOCKET_TIMEOUT = 60000; // 60 sec static OCPP_JSON_CALL_MESSAGE = 2; // Client-to-Server static OCPP_JSON_CALL_RESULT_MESSAGE = 3; // Server-to-Client