From: Jérôme Benoit Date: Sun, 4 Sep 2022 22:50:34 +0000 (+0200) Subject: README.md: fix UI protocol documentation X-Git-Tag: v1.1.71~10 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5566ca3ebbfc761e2b4538be722399628f34a87b;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 f03560df..9ec05137 100644 --- a/README.md +++ b/README.md @@ -476,7 +476,8 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `PDU`: { `status`: 'success' | 'failure', `hashIdsSucceeded`: charging station unique identifier strings array, - `hashIdsFailed`: charging station unique identifier strings array (optional) + `hashIdsFailed`: charging station unique identifier strings array (optional), + `responsesFailed`: failed responses payload array (optional) } ###### Start Charging Station @@ -552,7 +553,8 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `PDU`: { `status`: 'success' | 'failure', `hashIdsSucceeded`: charging station unique identifier strings array, - `hashIdsFailed`: charging station unique identifier strings array (optional) + `hashIdsFailed`: charging station unique identifier strings array (optional), + `responsesFailed`: failed responses payload array (optional) } ###### Stop Automatic Transaction Generator @@ -568,10 +570,11 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `PDU`: { `status`: 'success' | 'failure', `hashIdsSucceeded`: charging station unique identifier strings array, - `hashIdsFailed`: charging station unique identifier strings array (optional) + `hashIdsFailed`: charging station unique identifier strings array (optional), + `responsesFailed`: failed responses payload array (optional) } -###### Stop Automatic Transaction Generator +###### Status Notification - Request: `ProcedureName`: 'StatusNotification' @@ -584,7 +587,7 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `PDU`: { `status`: 'success' | 'failure', `hashIdsSucceeded`: charging station unique identifier strings array, - `hashIdsFailed`: charging station unique identifier strings array (optional) + `hashIdsFailed`: charging station unique identifier strings array (optional), `responsesFailed`: failed responses payload array (optional) }