refactor(simulator): cleanup constants definition in OCPP code
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index c42e15be6e3687f84202f125af61ea966e6ea46a..421cac55cbc9d15ed435ab86ae65148577376625 100644 (file)
@@ -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