From 102117891a36935a7ea9df8514391e8bc7be7daf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 11 Jan 2024 21:02:25 +0100 Subject: [PATCH] docs: improve configuration file documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) 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: -- 2.34.1