X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=421cac55cbc9d15ed435ab86ae65148577376625;hb=aa49f5ec9d64b41b50509b41abde34aa0affe8c1;hp=67b40146464c168ded98a8f17e9eb3d1a5b04c31;hpb=59b6ed8d1db313ef3371efd8ab5e039cf3dedab0;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index 67b40146..421cac55 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -2,8 +2,6 @@ import { MeterValueMeasurand } from '../types'; export class Constants { static readonly OCPP_DEFAULT_BOOT_NOTIFICATION_INTERVAL = 60000; // Ms - static readonly OCPP_WEBSOCKET_TIMEOUT = 60000; // Ms - static readonly OCPP_TRIGGER_MESSAGE_DELAY = 500; // Ms static readonly CHARGING_STATION_DEFAULT_RESET_TIME = 60000; // Ms static readonly CHARGING_STATION_ATG_INITIALIZATION_TIME = 1000; // Ms @@ -47,7 +45,6 @@ export class Constants { static readonly MAX_RANDOM_INTEGER = 281474976710654; - static EMPTY_OBJECT = {}; static readonly EMPTY_FREEZED_OBJECT = Object.freeze({}); static readonly EMPTY_FUNCTION = Object.freeze(() => { /* This is intentional */