docs: improve configuration file documentation
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 11 Jan 2024 20:02:25 +0000 (21:02 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 11 Jan 2024 20:02:25 +0000 (21:02 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index 838157333d14f4a6a43d4ef8ad0a76f639cf0cb9..47040ba6b38f1720580013e025704a1d440858dd 100644 (file)
--- 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: