Update SIGNALS.md
This commit is contained in:
parent
7eac4601f4
commit
b780cedae8
@ -73,14 +73,17 @@ These messages are for notifying the mobile device with the status of the events
|
|||||||
|
|
||||||
#### Commands
|
#### 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"}
|
{"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"}
|
{"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"}
|
{"cm":"STOP"}
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user