README.md: document open close connection UI protocol commands
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 24 Aug 2022 16:42:09 +0000 (18:42 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 24 Aug 2022 16:42:09 +0000 (18:42 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md

index 0fb3fe6ea7990b8dbabfe7ce2b32fd909b784f40..9fb88585fca585dab1e633f28db8c6d48f4604ba 100644 (file)
--- a/README.md
+++ b/README.md
@@ -478,6 +478,32 @@ Response:
 `status`  
 }
 
+##### Open Connection
+
+Request:  
+`ProcedureName`: 'openConnection'  
+`PDU`: {  
+`hashId`: the unique identifier of a charging station  
+}
+
+Response:  
+`PDU`: {  
+`status`  
+}
+
+##### Close Connection
+
+Request:  
+`ProcedureName`: 'closeConnection'  
+`PDU`: {  
+`hashId`: the unique identifier of a charging station  
+}
+
+Response:  
+`PDU`: {  
+`status`  
+}
+
 ## Support, Feedback, Contributing
 
 This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/SAP/e-mobility-charging-stations-simulator/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).