Added example message for publishing client (#671)
This commit is contained in:
parent
d9c0c2f9c3
commit
ee7b42ca67
1 changed files with 9 additions and 0 deletions
|
@ -31,3 +31,12 @@ Configuration variables:
|
|||
- **devices** (*Required*): List of devices with their topic.
|
||||
- **qos** (*Optional*): The QoS level of the topic.
|
||||
|
||||
|
||||
Example JSON you can publish to the topic (e.g. via mqtt.publish service):
|
||||
|
||||
```json
|
||||
{
|
||||
"topic": "/location/paulus",
|
||||
"payload": "home"
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue