Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thanksmister authored Apr 19, 2021
1 parent 2e1ba0c commit 2f93c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ Note that the application, when sending a command, expects a MQTT response. If y
### MQTT Commands
Key | Value | Example Payload | Description
-|-|-|-
dashboard | number | ```{"dashboard": 1}``` | Navigate to specific dashboard number, starting with 1 the default.
dashboard | number | ```{"dashboard": 0}``` | Navigate to specific dashboard number, sending 0 shows alarm screen.
audio | URL | ```{"audio": "http://<url>"}``` | Play the audio specified by the URL immediately
wake | true | ```{"wake": true}``` | Wakes the screen, if it is asleep
speak | data | ```{"speak": "Hello!"}``` | Uses the devices TTS to speak the message
Expand Down

0 comments on commit 2f93c89

Please sign in to comment.