X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=69d46ccc3933d33235a6c6f09a617726032fa9a2;hb=66b537dc52309a7025813c238dcc29d44bcf4e0d;hp=37b6b42333e641540deb480b71c447cfe5092afa;hpb=d0e58571c45284150f5a4206f8a060e963e98763;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 37b6b423..69d46ccc 100644 --- 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: + ## OCPP-J commands supported