From 5d8bbc632c6247d437b62a4127422d54274d0940 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 4 Feb 2024 15:41:00 +0100 Subject: [PATCH] docs: add sequence diagram for UI protocol MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e171b3e8..f34f1229 100644 --- a/README.md +++ b/README.md @@ -500,6 +500,12 @@ All kind of OCPP parameters are supported in charging station configuration or c Protocol to control the simulator via a Websocket or HTTP server. +```mermaid +sequenceDiagram +Client->>UI Server: request +UI Server->>Client: response +``` + ### HTTP Protocol To learn how to use the HTTP protocol to pilot the simulator, an [Insomnia](https://insomnia.rest/) HTTP requests collection is available in [src/assets/ui-protocol](./src/assets/ui-protocol) directory. -- 2.34.1