From: Jérôme Benoit Date: Sun, 4 Feb 2024 15:44:40 +0000 (+0100) Subject: docs: add setSupervisionUrl to UI protocol section X-Git-Tag: v1.2.35~8 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1e534dab599a1e3a4d965f6d93761bb4400b16c1;p=e-mobility-charging-stations-simulator.git docs: add setSupervisionUrl to UI protocol section Signed-off-by: Jérôme Benoit --- 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)