From: Jérôme Benoit Date: Sun, 4 Feb 2024 14:41:00 +0000 (+0100) Subject: docs: add sequence diagram for UI protocol X-Git-Tag: v1.2.35~13 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5d8bbc632c6247d437b62a4127422d54274d0940;p=e-mobility-charging-stations-simulator.git docs: add sequence diagram for UI protocol Signed-off-by: Jérôme Benoit --- 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.