Code cleanups
[e-mobility-charging-stations-simulator.git] / README.md
index 7afb56f5b84432172351372458305d45b6354d9f..9324571564aa9ff4d9faf0ea963ace282687d336 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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                                                                                      |