From: Jérôme Benoit Date: Mon, 29 Aug 2022 18:25:51 +0000 (+0200) Subject: README.md: Fix sections hierarchy X-Git-Tag: v1.1.69~18 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;ds=sidebyside;h=d3140adc8c6ad502eb9566aabfc1af8f66d0ef24;p=e-mobility-charging-stations-simulator.git README.md: Fix sections hierarchy Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 70dde75d..3c4a77a7 100644 --- a/README.md +++ b/README.md @@ -405,13 +405,13 @@ PDU stands for Protocol Data Unit. `uuid`: String uniquely linking the response to the request `PDU`: Response data to requested procedure -### Version 0.0.1 +#### Version 0.0.1 Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. -#### Procedures +##### Procedures -##### Start Simulator +###### Start Simulator - Request: `ProcedureName`: 'startSimulator' @@ -422,7 +422,7 @@ Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `status` } -##### Stop Simulator +###### Stop Simulator - Request: `ProcedureName`: 'stopSimulator' @@ -433,7 +433,7 @@ Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `status` } -##### List Charging Stations +###### List Charging Stations - Request: `ProcedureName`: 'listChargingStations' @@ -447,7 +447,7 @@ Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `index`: ChargingStationData } -##### Start Transaction +###### Start Transaction - Request: `ProcedureName`: 'startTransaction' @@ -462,7 +462,7 @@ Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `status` } -##### Stop Transaction +###### Stop Transaction - Request: `ProcedureName`: 'stopTransaction' @@ -476,7 +476,7 @@ Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `status` } -##### Start Charging Station +###### Start Charging Station - Request: `ProcedureName`: 'startChargingStation' @@ -489,7 +489,7 @@ Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `status` } -##### Stop Charging Station +###### Stop Charging Station - Request: `ProcedureName`: 'stopChargingStation' @@ -502,7 +502,7 @@ Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `status` } -##### Open Connection +###### Open Connection - Request: `ProcedureName`: 'openConnection' @@ -515,7 +515,7 @@ Set the WebSocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. `status` } -##### Close Connection +###### Close Connection - Request: `ProcedureName`: 'closeConnection'