Added example message for publishing client (#671)

This commit is contained in:
Daniel Perna 2016-07-25 12:44:18 +02:00 committed by Fabian Affolter
parent d9c0c2f9c3
commit ee7b42ca67

View File

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