Update SIGNALS.md

This commit is contained in:
Ghassan Yusuf 2020-05-25 15:51:04 +03:00 committed by GitHub
parent 7eac4601f4
commit b780cedae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"}
```