From: Jérôme Benoit Date: Thu, 17 Nov 2022 08:43:58 +0000 (+0100) Subject: README.md: Fix UI protocol documentation X-Git-Tag: v1.1.88~24 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=03eee93b17efda79fcdd3aabc7c67bf006bc1d75;p=e-mobility-charging-stations-simulator.git README.md: Fix UI protocol documentation Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 6dd60d3a..429f9fef 100644 --- a/README.md +++ b/README.md @@ -473,8 +473,7 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. - Request: `ProcedureName`: 'startChargingStation' `PDU`: { - `hashIds`: charging station unique identifier strings array (optional, default: all charging stations), - `responsesFailed`: failed responses payload array (optional) + `hashIds`: charging station unique identifier strings array (optional, default: all charging stations) } - Response: @@ -482,6 +481,7 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `status`: 'success' | 'failure', `hashIdsSucceeded`: charging station unique identifier strings array, `hashIdsFailed`: charging station unique identifier strings array (optional) + `responsesFailed`: failed responses payload array (optional) } ###### Stop Charging Station