From d3140adc8c6ad502eb9566aabfc1af8f66d0ef24 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 29 Aug 2022 20:25:51 +0200 Subject: [PATCH] README.md: Fix sections hierarchy MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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' -- 2.34.1