docs: refine README.md
[e-mobility-charging-stations-simulator.git] / 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[]  
   }