From b780cedae8dfee55a2b267475f19772c77516692 Mon Sep 17 00:00:00 2001 From: Ghassan Yusuf Date: Mon, 25 May 2020 15:51:04 +0300 Subject: [PATCH] Update SIGNALS.md --- SIGNALS.md | 3 +++ 1 file changed, 3 insertions(+) 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"} ```