From: Jérôme Benoit Date: Wed, 24 Aug 2022 16:42:09 +0000 (+0200) Subject: README.md: document open close connection UI protocol commands X-Git-Tag: v1.1.66~9 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e4df816e853defd3eec27dc1119dcc03f4b6926f;p=e-mobility-charging-stations-simulator.git README.md: document open close connection UI protocol commands Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 0fb3fe6e..9fb88585 100644 --- 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).