From 0b13b85d1a87412ad29fc726e2727a96d379012b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 6 May 2021 20:30:05 +0200 Subject: [PATCH] README.md: fixlets MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b43236b..254cbf0f 100644 --- a/README.md +++ b/README.md @@ -67,9 +67,9 @@ resetTime | | 60 | integer | seconds to wait before the charging stations come b connectionTimeout | | 30 | integer | connection timeout to the OCPP-J server autoReconnectMaxRetries | | -1 (unlimited) | integer | connection retries to the OCPP-J server reconnectExponentialDelay | true/false | false | boolean | connection delay retry to the OCPP-J server -registrationMaxRetries | | -1 (unlimited) | number | charging stations boot notification retries +registrationMaxRetries | | -1 (unlimited) | integer | charging stations boot notification retries enableStatistics | true/false | true | boolean | enable charging stations statistics -voltageOut | | AC:230/DC:400 | number | charging stations voltage out +voltageOut | | AC:230/DC:400 | integer | charging stations voltage out ## License -- 2.34.1