From: Jérôme Benoit Date: Thu, 11 Jan 2024 20:02:25 +0000 (+0100) Subject: docs: improve configuration file documentation X-Git-Tag: v1.2.32~40 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=102117891a36935a7ea9df8514391e8bc7be7daf;p=e-mobility-charging-stations-simulator.git docs: improve configuration file documentation Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 83815733..47040ba6 100644 --- a/README.md +++ b/README.md @@ -331,14 +331,30 @@ The charging station configuration file content can be regenerated partially on The syntax is similar to charging station configuration template with some added fields like the charging station id (name) and the 'Configuration' section removed. -#### configurationKey section +That section is overwritten on matching charging station configuration template file changes. -The syntax is similar to the charging station configuration template 'Configuration' section. +#### connectorsStatus section + +The syntax is similar to charging station configuration template 'Connectors' section with some added fields. + +That section is overwritten on matching charging station configuration template file changes. #### automaticTransactionGenerator section The syntax is similar to the charging station configuration template 'AutomaticTransactionGenerator' section. +That section is overwritten on matching charging station configuration template file changes. + +#### automaticTransactionGeneratorStatuses section + +That section is not overwritten on matching charging station configuration template file changes. + +#### configurationKey section + +The syntax is similar to the charging station configuration template 'Configuration' section. + +That section is not overwritten on matching charging station configuration template file changes. + ## Docker In the [docker](./docker) folder: