From a997fb633645882785e12ea3362d428233476e7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 7 Mar 2024 12:12:28 +0100 Subject: [PATCH] docs: document UI protocol simulator state RPC command MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 750ad8e2..675ac231 100644 --- a/README.md +++ b/README.md @@ -531,6 +531,22 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`. ##### Procedures +###### Simulator State + +- Request: + `ProcedureName`: 'simulatorState' + `PDU`: {} + +- Response: + `PDU`: { + `status`: 'success' | 'failure' + `state`: { + `version`: string + `started`: boolean + `templateStatistics`: Record + } + } + ###### Start Simulator - Request: -- 2.34.1