From: Jérôme Benoit Date: Wed, 20 Mar 2024 20:51:01 +0000 (+0100) Subject: docs: refine README.md X-Git-Tag: v1.3.1~20 X-Git-Url: https://git.piment-noir.org/?p=e-mobility-charging-stations-simulator.git;a=commitdiff_plain;h=5aeeae8227c78b02e0a68a3b52a5f6114ff49f3a docs: refine README.md Signed-off-by: Jérôme Benoit --- 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: