refactor: rename configuration elementStartDelay to elementAddDelay
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 19 Mar 2024 15:21:32 +0000 (16:21 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 19 Mar 2024 15:21:32 +0000 (16:21 +0100)
commitda47bc294fb5e439e96faaf9441ba0cd23e64f9c
tree682de642a3a93b96c4002a443a02e2dcc4199c18
parentcf86bef110e64ee5471f588dbb28ffea7dc01a35
refactor: rename configuration elementStartDelay to elementAddDelay

The start and the add ops have been untangled

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
12 files changed:
README.md
src/charging-station/Bootstrap.ts
src/types/ChargingStationInfo.ts
src/types/ChargingStationTemplate.ts
src/types/ConfigurationData.ts
src/utils/Configuration.ts
src/worker/WorkerConstants.ts
src/worker/WorkerDynamicPool.ts
src/worker/WorkerFixedPool.ts
src/worker/WorkerSet.ts
src/worker/WorkerTypes.ts
src/worker/index.ts