X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=f59641624e92b696cfbb72730f4ea5531efd34b3;hb=e4cb2c14d14e95090cca15518594af1c3f369d2b;hp=0fb3fe6ea7990b8dbabfe7ce2b32fd909b784f40;hpb=cdbdcaebf6bf64acd95020ab1028a16a53f8308b;p=e-mobility-charging-stations-simulator.git diff --git a/README.md b/README.md index 0fb3fe6e..f5964162 100644 --- a/README.md +++ b/README.md @@ -409,7 +409,29 @@ Set the HTTP header _Sec-Websocket-Protocol_ to `ui0.0.1` #### Procedures -##### List Charging stations +##### Start Simulator + +Request: +`ProcedureName`: 'startSimulator' +`PDU`: {} + +Response: +`PDU`: { +`status` +} + +##### Stop Simulator + +Request: +`ProcedureName`: 'stopSimulator' +`PDU`: {} + +Response: +`PDU`: { +`status` +} + +##### List Charging Stations Request: `ProcedureName`: 'listChargingStations' @@ -478,6 +500,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).