From: Jérôme Benoit Date: Tue, 8 Aug 2023 14:18:31 +0000 (+0200) Subject: refactor: flag tunable as deprecated X-Git-Tag: v1.2.20~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b8efd65b4afd9229385af677e3e2a829f3280712;p=e-mobility-charging-stations-simulator.git refactor: flag tunable as deprecated Signed-off-by: Jérôme Benoit --- diff --git a/src/types/ConfigurationData.ts b/src/types/ConfigurationData.ts index 95d30bdc..622b1259 100644 --- a/src/types/ConfigurationData.ts +++ b/src/types/ConfigurationData.ts @@ -82,6 +82,7 @@ export interface ConfigurationData { worker?: WorkerConfiguration; uiServer?: UIServerConfiguration; performanceStorage?: StorageConfiguration; + /** @deprecated Moved to charging station template */ autoReconnectMaxRetries?: number; /** @deprecated Moved to worker configuration section. */ workerProcess?: WorkerProcessType;