From 5aeeae8227c78b02e0a68a3b52a5f6114ff49f3a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 20 Mar 2024 21:51:01 +0100 Subject: [PATCH] docs: refine README.md 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 8f55b2cc..5d7a34ea 100644 --- a/README.md +++ b/README.md @@ -637,7 +637,7 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. - Response: `PDU`: { - `status`: 'success' | 'failure' + `status`: 'success' | 'failure', `hashIdsSucceeded`: charging station unique identifier strings array (optional), `hashIdsFailed`: charging station unique identifier strings array (optional) } @@ -876,7 +876,7 @@ Examples: - Request: `ProcedureName`: 'heartbeat' `PDU`: { - `hashIds`: charging station unique identifier strings array (optional, default: all charging stations), + `hashIds`: charging station unique identifier strings array (optional, default: all charging stations) } - Response: -- 2.34.1