Files
awtrix-light/docs/mqtt.md
Stephan Mühl 04c9b5a85c update
2023-03-23 14:29:53 +01:00

18 lines
301 B
Markdown

# MQTT Commands
### Switch to app
**Topic**
`[PREFIX]/switch`
**Payload**
`{"name":"time"}`
Build-in app names are
- `time`
- `date`
- `temp`
- `hum`
- `bat`
For custompages you need to call the name you set in the topic:
If `[PREFIX]/custom/test` is your topic,
then `test` is the name.