README.md: update to reflect enableStatistics default value change
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 9 Jan 2023 16:19:04 +0000 (17:19 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 9 Jan 2023 16:19:04 +0000 (17:19 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index f1509c61352910e52005aed60015be0d395befeb..16458045d6f627965d15986594ca9e29f0e1751a 100644 (file)
--- 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                                                                                                                                                            |