test: add ConfigurationData enums tests
[e-mobility-charging-stations-simulator.git] / tests / ocpp-server / README.md
index e6a4dfa180791a9c62293c160f1127b06b3b4332..32e136196b9fb2eba197b78001ed235897d95656 100644 (file)
@@ -20,9 +20,9 @@ poetry run task server
 
 The server will start listening for connections on port 9000.
 
-## Running the server with command sending
+## Running the server with OCPP command sending
 
-You can also specify a command and a period duration with the --request and --period options respectively when running the server. The server will then send your chosen command to the connected client every period seconds.
+You can also specify a command and a period duration with the --command and --period options respectively when running the server. The server will then send your chosen command to the connected client(s) every period seconds.
 
 ### GetBaseReport Command
 
@@ -40,7 +40,7 @@ To run the server and send a ClearCache command every 5 seconds, use:
 poetry run task server --command ClearCache --period 5
 ```
 
-Please be mindful that these commands were examples according to the provided scenario, the available commands and their syntax might vary depending on the ocpp version and the implemented functionalities on your server.
+Please be mindful that these commands were examples according to the provided scenario, the available commands and their syntax might vary depending on the ocpp version and the implemented functionalities on your client.
 
 ## Overview of the Server Scripts