X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=bfb4fbf38aaf34341dcbb03f6549126ae4e284a7;hb=6d93455a43e8628c857b1d393d92e937b357af01;hp=b28674259454fce95bf2e37719a1c2e15ee4719d;hpb=d3195f0a57d61e2afd211f30092f8f1afe6c5245;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index b2867425..bfb4fbf3 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -117,8 +117,10 @@ export default class Constants { static readonly DEFAULT_PERFORMANCE_RECORDS_DB_NAME = 'e-mobility-charging-stations-simulator'; static readonly PERFORMANCE_RECORDS_TABLE = 'performance_records'; - static readonly DEFAULT_UI_WEBSOCKET_SERVER_HOST = 'localhost'; - static readonly DEFAULT_UI_WEBSOCKET_SERVER_PORT = 8080; + static readonly DEFAULT_UI_SERVER_HOST = 'localhost'; + static readonly DEFAULT_UI_SERVER_PORT = 8080; + + static readonly UNKNOWN_COMMAND = 'unknown command'; private constructor() { // This is intentional