X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.js;h=d8a265c51091bdcce2ad7b8f58bdddbe0478b7fb;hb=bfc53a26aa2ad6cb1fe87ef311dea6ad39ab7f34;hp=a7ffe4f4578369d8cdd004e9e2116ac872683032;hpb=f7869514b1450a852ff707ba1a3beaecccea9ba7;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.js b/src/utils/Constants.js index a7ffe4f4..d8a265c5 100644 --- a/src/utils/Constants.js +++ b/src/utils/Constants.js @@ -101,6 +101,8 @@ class Constants { static WS_UNSUPPORTED_DATA = 1007; + static OCPP_RESPONSE_ACCEPTED = {status: 'Accepted'}; + static OCPP_RESPONSE_REJECTED = {status: 'Rejected'}; 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