fix: skip worker message events processing
[e-mobility-charging-stations-simulator.git] / README.md
index 739f33f31ac705f26bdaa3305ccc7f1046d97c67..5d7a34eaee6abcf22f728490f4e996e44067c95c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -637,7 +637,9 @@ Set the Websocket header _Sec-Websocket-Protocol_ to `ui0.0.1`.
 
 - Response:  
   `PDU`: {  
-   `status`: 'success' | 'failure'  
+   `status`: 'success' | 'failure',  
+   `hashIdsSucceeded`: charging station unique identifier strings array (optional),  
+   `hashIdsFailed`: charging station unique identifier strings array (optional)  
   }
 
 ###### Delete Charging Stations
@@ -874,7 +876,7 @@ Examples:
   - Request:  
     `ProcedureName`: 'heartbeat'  
     `PDU`: {  
-     `hashIds`: charging station unique identifier strings array (optional, default: all charging stations),  
+     `hashIds`: charging station unique identifier strings array (optional, default: all charging stations)  
     }
 
   - Response: