From a38bc3151612c4fcbd108be125a2e75ef6682810 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 2 Sep 2022 23:22:42 +0200 Subject: [PATCH] README.md: formatting fixes 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 c3a14ea3..e0cbce54 100644 --- a/README.md +++ b/README.md @@ -546,7 +546,7 @@ Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `ProcedureName`: 'startAutomaticTransactionGenerator' `PDU`: { `hashIds`: charging station unique identifier strings array (optional, default: all charging stations), - `connectorIds`: connector id integer array (optional, default: all connectors), + `connectorIds`: connector id integer array (optional, default: all connectors) } - Response: @@ -562,7 +562,7 @@ Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `ProcedureName`: 'stopAutomaticTransactionGenerator' `PDU`: { `hashIds`: charging station unique identifier strings array (optional, default: all charging stations), - `connectorIds`: connector id integer array (optional, default: all connectors), + `connectorIds`: connector id integer array (optional, default: all connectors) } - Response: -- 2.34.1