Ensure configuration key have default settings values
[e-mobility-charging-stations-simulator.git] / README.md
index 069e7ab7db42e4498d3bd880c217efde6e1449cd..7afb56f5b84432172351372458305d45b6354d9f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -94,7 +94,7 @@ But the modifications to test have to be done to the files in the build result d
 | ocppVersion                       | 1.6        | 1.6             | string                            | OCPP version                                                                                                                          |
 | ocppProtocol                      | json       | json            | string                            | OCPP protocol                                                                                                                         |
 | ocppStrictCompliance              | true/false | false           | boolean                           | strict adherence to the OCPP version and protocol specifications                                                                      |
-| ocppPersistentConfiguration       | true/false | true            | boolean                           | enable persistent OCPP parameters by charging station autogenerated name                                                              |
+| ocppPersistentConfiguration       | true/false | true            | boolean                           | enable persistent OCPP parameters by charging station hashId. The persistency is ensured by JSON files in dist/assets/configurations  |
 | wsOptions                         |            | {}              | ClientOptions & ClientRequestArgs | [ws](https://github.com/websockets/ws) and node.js [http](https://nodejs.org/api/http.html) clients options intersection              |
 | authorizationFile                 |            | ''              | string                            | RFID tags list file relative to src/assets path                                                                                       |
 | baseName                          |            | ''              | string                            | base name to build charging stations name                                                                                             |