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:
a997fb6
)
docs: refine README.md
author
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Mar 2024 11:20:36 +0000
(12:20 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Thu, 7 Mar 2024 11:20:36 +0000
(12:20 +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 675ac231a06d09bfab90935a42175a7df9ed244d..c392a2918a000cc420134b895b3d01509d78b9c6 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-539,10
+539,10
@@
Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`.
- Response:
`PDU`: {
- `status`: 'success' | 'failure'
+ `status`: 'success' | 'failure'
,
`state`: {
- `version`: string
- `started`: boolean
+ `version`: string
,
+ `started`: boolean
,
`templateStatistics`: Record<string, TemplateStatistics>
}
}
@@
-646,7
+646,7
@@
Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`.
- Response:
`PDU`: {
- `status`: 'success' | 'failure'
+ `status`: 'success' | 'failure'
,
`performanceStatistics`: Statistics[]
}