X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcharging-station%2Focpp%2FOCPPConstants.ts;h=b036738719944fae935f62c03ec137c06acca761;hb=d64ea57bcb4fd9151a43b16ff4d4b5ed059ad1d7;hp=40807c88e3bd51535207f21ead64f629bbd4b712;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/OCPPConstants.ts b/src/charging-station/ocpp/OCPPConstants.ts index 40807c88..b0367387 100644 --- a/src/charging-station/ocpp/OCPPConstants.ts +++ b/src/charging-station/ocpp/OCPPConstants.ts @@ -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,