diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/MQTT.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/MQTT.md b/docs/MQTT.md index 1c7b678aa..a40971474 100644 --- a/docs/MQTT.md +++ b/docs/MQTT.md @@ -31,7 +31,7 @@ Example subscribe: Example publish: - curl -d 80 mqtt://host/home/bedroom/dimmer + curl -d 75 mqtt://host/home/bedroom/dimmer ## What does curl deliver as a response to a subscribe |