docs: add setSupervisionUrl to UI protocol section
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 4 Feb 2024 15:44:40 +0000 (16:44 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 4 Feb 2024 15:44:40 +0000 (16:44 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index a2cf6264ad7e4186be9b45ce6084e7a3c8faebcf..ee723652b00ab8c725ba579bab40dd4ed8e70d5d 100644 (file)
--- 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)