From: Jérôme Benoit Date: Mon, 9 Jan 2023 16:19:04 +0000 (+0100) Subject: README.md: update to reflect enableStatistics default value change X-Git-Tag: v1.1.89~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e62896446a8a47139e527baa00391de06a617f1d;hp=8ec8e3d00ee6b2dca0760dd77973e338ea5a23a7;p=e-mobility-charging-stations-simulator.git README.md: update to reflect enableStatistics default value change Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index f1509c61..16458045 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ But the modifications to test have to be done to the files in the build target d | registrationMaxRetries | | -1 (unlimited) | integer | charging stations boot notification retries | | amperageLimitationOcppKey | | undefined | string | charging stations OCPP parameter key used to set the amperage limit, per phase for each connector on AC and global for DC | | amperageLimitationUnit | A/cA/dA/mA | A | string | charging stations amperage limit unit | -| enableStatistics | true/false | true | boolean | enable charging stations statistics | +| enableStatistics | true/false | false | boolean | enable charging stations statistics | | mustAuthorizeAtRemoteStart | true/false | true | boolean | always send authorize at remote start transaction when AuthorizeRemoteTxRequests is enabled | | payloadSchemaValidation | true/false | true | boolean | validate OCPP commands PDU against [OCA](https://www.openchargealliance.org/) JSON schemas | | beginEndMeterValues | true/false | false | boolean | enable Transaction.{Begin,End} MeterValues |