From 1e534dab599a1e3a4d965f6d93761bb4400b16c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 4 Feb 2024 16:44:40 +0100 Subject: [PATCH] docs: add setSupervisionUrl to UI protocol section MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2cf6264..ee723652 100644 --- a/README.md +++ b/README.md @@ -578,6 +578,23 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `status`: 'success' | 'failure' } +###### Set Charging Station Supervision Url + +- Request: + `ProcedureName`: 'setSupervisionUrl' + `PDU`: { + `hashIds`: charging station unique identifier strings array (optional, default: all charging stations), + `uri`: string + } + +- Response: + `PDU`: { + `status`: 'success' | 'failure', + `hashIdsSucceeded`: charging station unique identifier strings array, + `hashIdsFailed`: charging station unique identifier strings array (optional), + `responsesFailed`: failed responses payload array (optional) + } + ###### List Charging Stations - Request: @@ -695,7 +712,7 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `PDU`: { `hashIds`: charging station unique identifier strings array (optional, default: all charging stations), ...`commandPayload` - } (the OCPP command payload with some optional fields added to target the simulated charging stations) + } (the OCPP command payload with some optional fields added to target the simulated charging stations) - Response: `PDU`: { @@ -703,7 +720,7 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `hashIdsSucceeded`: charging station unique identifier strings array, `hashIdsFailed`: charging station unique identifier strings array (optional), `responsesFailed`: failed responses payload array (optional) - } + } Examples: @@ -736,7 +753,7 @@ Examples: - Response: `PDU`: { - `status`: 'success' | 'failure', + `status`: 'success' | 'failure', `hashIdsSucceeded`: charging station unique identifier strings array, `hashIdsFailed`: charging station unique identifier strings array (optional), `responsesFailed`: failed responses payload array (optional) -- 2.34.1