From: Jérôme Benoit Date: Sun, 9 Jul 2023 23:44:41 +0000 (+0200) Subject: docs: fix README.md template default values X-Git-Tag: v1.2.18~57 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d95f02ce1f5f7df4548afae579e9ab2e6484414a;p=e-mobility-charging-stations-simulator.git docs: fix README.md template default values Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 58b18004..62110317 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ But the modifications to test have to be done to the files in the build target d | supervisionUrlOcppKey | | 'ConnectionUrl' | string | the vendor string that will be used as a vendor OCPP parameter key to set the supervision URL | | ocppVersion | 1.6/2.0/2.0.1 | 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. OCPP commands PDU validation against [OCA](https://www.openchargealliance.org/) JSON schemas | +| ocppStrictCompliance | true/false | true | boolean | strict adherence to the OCPP version and protocol specifications. OCPP commands PDU validation against [OCA](https://www.openchargealliance.org/) JSON schemas | | ocppPersistentConfiguration | true/false | true | boolean | enable persistent OCPP parameters storage by charging stations 'hashId'. The persistency is ensured by the charging stations configuration files in [dist/assets/configurations](dist/assets/configurations) | | stationInfoPersistentConfiguration | true/false | true | boolean | enable persistent station information and specifications storage by charging stations 'hashId'. The persistency is ensured by the charging stations configuration files in [dist/assets/configurations](dist/assets/configurations) | | automaticTransactionGeneratorPersistentConfiguration | true/false | true | boolean | enable persistent automatic transaction generator configuration storage by charging stations 'hashId'. The persistency is ensured by the charging stations configuration files in [dist/assets/configurations](dist/assets/configurations) |