fix: use nextTick to delay event emission
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPConstants.ts
index 40807c88e3bd51535207f21ead64f629bbd4b712..b036738719944fae935f62c03ec137c06acca761 100644 (file)
@@ -15,7 +15,6 @@ import { Constants } from '../../utils/index.js'
 // eslint-disable-next-line @typescript-eslint/no-extraneous-class
 export class OCPPConstants {
   static readonly OCPP_WEBSOCKET_TIMEOUT = 60000 // Ms
-  static readonly OCPP_TRIGGER_MESSAGE_DELAY = 500 // Ms
 
   static readonly OCPP_MEASURANDS_SUPPORTED = Object.freeze([
     MeterValueMeasurand.STATE_OF_CHARGE,