refactor: remove uneeded unknown intermediate type cast
[e-mobility-charging-stations-simulator.git] / README.md
index 37b6b42333e641540deb480b71c447cfe5092afa..69d46ccc3933d33235a6c6f09a617726032fa9a2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -146,7 +146,7 @@ But the modifications to test have to be done to the files in the build target d
 | chargePointModel                                     |               | undefined                                                                                                                          | string                                                                                                                                                                   | charging stations model                                                                                                                                                                                                                    |
 | chargePointVendor                                    |               | undefined                                                                                                                          | string                                                                                                                                                                   | charging stations vendor                                                                                                                                                                                                                   |
 | chargePointSerialNumberPrefix                        |               | undefined                                                                                                                          | string                                                                                                                                                                   | charge point serial number prefix                                                                                                                                                                                                          |
-| chargeBoxSerialNumberPrefix                          |               | undefined                                                                                                                          | string                                                                                                                                                                   | charge box serial number prefix (deprecated in OCPP 1.6)                                                                                                                                                                                   |
+| chargeBoxSerialNumberPrefix                          |               | undefined                                                                                                                          | string                                                                                                                                                                   | charge box serial number prefix (deprecated since OCPP 1.6)                                                                                                                                                                                |
 | firmwareVersionPattern                               |               | Semantic versioning regular expression: https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string | string                                                                                                                                                                   | charging stations firmware version pattern                                                                                                                                                                                                 |
 | firmwareVersion                                      |               | undefined                                                                                                                          | string                                                                                                                                                                   | charging stations firmware version                                                                                                                                                                                                         |
 | power                                                |               |                                                                                                                                    | float \| float[]                                                                                                                                                         | charging stations maximum power value(s)                                                                                                                                                                                                   |
@@ -344,11 +344,11 @@ In the [docker](./docker) folder:
 make
 ```
 
-Or with the optional git submodules:
+<!-- Or with the optional git submodules:
 
 ```bash
 make SUBMODULES_INIT=true
-```
+``` -->
 
 ## OCPP-J commands supported