Code cleanups
[e-mobility-charging-stations-simulator.git] / README.md
index 069e7ab7db42e4498d3bd880c217efde6e1449cd..9324571564aa9ff4d9faf0ea963ace282687d336 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                                                                                             |
@@ -102,7 +102,8 @@ But the modifications to test have to be done to the files in the build result d
 | fixedName                         | true/false | false           | boolean                           | use the baseName as the charging stations unique name                                                                                 |
 | chargePointModel                  |            | ''              | string                            | charging stations model                                                                                                               |
 | chargePointVendor                 |            | ''              | string                            | charging stations vendor                                                                                                              |
-| chargeBoxSerialNumberPrefix       |            | ''              | string                            | charging stations serial number prefix                                                                                                |
+| chargePointSerialNumberPrefix     |            | ''              | string                            | charge point serial number prefix                                                                                                     |
+| chargeBoxSerialNumberPrefix       |            | ''              | string                            | charge box serial number prefix (deprecated in OCPP 1.6)                                                                              |
 | firmwareVersion                   |            | ''              | string                            | charging stations firmware version                                                                                                    |
 | power                             |            |                 | float \| float[]                  | charging stations maximum power value(s)                                                                                              |
 | powerSharedByConnectors           | true/false | false           | boolean                           | charging stations power shared by its connectors                                                                                      |