From: Jérôme Benoit Date: Sun, 4 Feb 2024 14:47:09 +0000 (+0100) Subject: docs: refine UI protocol sequence diagram in README.md X-Git-Tag: v1.2.35~12 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=aa9f3b5f156b460bca8609e65cb4534d9df8638c;p=e-mobility-charging-stations-simulator.git docs: refine UI protocol sequence diagram in README.md Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index f34f1229..33044f10 100644 --- a/README.md +++ b/README.md @@ -504,6 +504,7 @@ Protocol to control the simulator via a Websocket or HTTP server. sequenceDiagram Client->>UI Server: request UI Server->>Client: response +Note over UI Server,Client: Transport protocol: HTTP, WebSocket ``` ### HTTP Protocol