X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=6a1a7cfeaf05fe1bf80b959e34dbdbb8f16b508d;hb=534434b0ac7e1b9803ffc0d23c6f4ebf88b2c32a;hp=31a673281c8b9a43a2d37b405b611ce0a2c04588;hpb=a4cc42ea02111459495c70c60554f5ffa8e9722a;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index 31a67328..6a1a7cfe 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -1,4 +1,4 @@ -import { AvailabilityStatus, ChargingProfileStatus, ClearChargingProfileStatus, ConfigurationStatus, DefaultStatus, UnlockStatus } from '../types/ocpp/1.6/RequestResponses'; +import { AvailabilityStatus, ChargingProfileStatus, ClearChargingProfileStatus, ConfigurationStatus, DefaultStatus, UnlockStatus } from '../types/ocpp/1.6/Responses'; export default class Constants { static readonly ENTITY_CHARGING_STATION = 'ChargingStation'; @@ -31,6 +31,6 @@ export default class Constants { static readonly TRANSACTION_DEFAULT_TAGID = '00000000'; - static readonly START_WORKER_DELAY = 500; + static readonly WORKER_START_DELAY = 500; static readonly WORKER_POOL_MAX_INACTIVE_TIME = 60000; }