repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae430bb
)
docs: document UI protocol simulator state RPC command
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Mar 2024 11:12:28 +0000
(12:12 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Mar 2024 11:12:28 +0000
(12:12 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md
patch
|
blob
|
blame
|
history
diff --git
a/README.md
b/README.md
index 750ad8e2968c5017a1101f864706cf357441ff4b..675ac231a06d09bfab90935a42175a7df9ed244d 100644
(file)
--- 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<string, TemplateStatistics>
+ }
+ }
+
###### Start Simulator
- Request: