diff options
author | JP Mens <jp@mens.de> | 2020-04-14 19:07:08 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-14 23:08:43 +0200 |
commit | 19ec94d944124aaee0a544c886a319cf4b1108b4 (patch) | |
tree | 93396a92235d1e5216051f49a638811a89488b4e | |
parent | 89f1e639f6a8d1f4dfb309b95f49028f6c826d47 (diff) |
docs/MQTT: replace confusing 80 by 75
I was a bit surprised by the `80`: first thought: what's HTTP doing
here? ;)
Closes #5236
-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 |