diff --git a/SIGNALS.md b/SIGNALS.md index 11c987f..ed9336e 100644 --- a/SIGNALS.md +++ b/SIGNALS.md @@ -73,14 +73,17 @@ These messages are for notifying the mobile device with the status of the events #### Commands +*In some cases after passing the game type and parameters, the kicker waits for a start signal to start the game for playing, so by sending this json the game will start* ``` {"cm":"START"} ``` +*While the user is playing the game already - there are some odd casses they want to start all over again, so they send a reset json to start over the count and time* ``` {"cm":"RESET"} ``` +*When the user is playing a game and all of a sudden wanted to quit the game, he have to send this json to stop the game* ``` {"cm":"STOP"} ```