From: Jérôme Benoit Date: Wed, 26 Jul 2023 10:43:19 +0000 (+0200) Subject: docs: refine README.md wording X-Git-Tag: v1.2.20~128 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=7cd86d34da0ee2887006ba0f19aa803201d2bf95;p=e-mobility-charging-stations-simulator.git docs: refine README.md wording Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 37b6b423..2e758872 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) |