From 9f2aabae62e39a8a021e36849e2eb97570c68ebd Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 24 Nov 2021 22:31:34 +0100 Subject: [PATCH] README.md: fix template tunable default value MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47ae68cd..49f4e6ce 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Key | Value(s) | Default Value | Value type | Description supervisionURL | | '' | string | connection URI to OCPP-J server supervisionUser | | '' | string | basic HTTP authentication user to OCPP-J server supervisionPassword | | '' | string | basic HTTP authentication password to OCPP-J server -supervisionURLOCPPConfiguration | | '' | boolean | Allow supervision URL configuration via a vendor OCPP parameter key +supervisionURLOCPPConfiguration | | false | boolean | Allow supervision URL configuration via a vendor OCPP parameter key supervisionURLOCPPKey | | '' | string | The vendor string that will be used as a vendor OCPP parameter key to set the supervision URL ocppVersion | 1.6 | 1.6 | string | OCPP version ocppProtocol | json | json | string | OCPP protocol -- 2.34.1