README.md: update to reflect enableStatistics default value change
[e-mobility-charging-stations-simulator.git] / README.md
index 131a263c378b0d775527a1143a2106407fba5094..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                                                                                                                                                            |
@@ -328,8 +328,8 @@ make SUBMODULES_INIT=true
 
 - :white_check_mark: GetDiagnostics
 - :white_check_mark: DiagnosticsStatusNotification
-- :x: FirmwareStatusNotification
-- :x: UpdateFirmware
+- :white_check_mark: FirmwareStatusNotification
+- :white_check_mark: UpdateFirmware
 
 #### Local Auth List Management Profile