From cdbdcaebf6bf64acd95020ab1028a16a53f8308b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 24 Aug 2022 18:02:58 +0200 Subject: [PATCH] README.md: refine UI protocol documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52fa721e..0fb3fe6e 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,7 @@ Request: `uuid`: String uniquely representing this request `ProcedureName`: The procedure to run on the simulator -`PDU`: The parameters (if any) for said procedure +`PDU`: The parameters for said procedure Response: [`uuid`, `PDU`] @@ -430,7 +430,7 @@ Request: `PDU`: { `hashId`: the unique identifier of a charging station `connectorId`: the id of the connector -`idTag`: An allowed badge authetification ID +`idTag`: the RFID tag } Response: -- 2.34.1