From 19ec94d944124aaee0a544c886a319cf4b1108b4 Mon Sep 17 00:00:00 2001 From: JP Mens Date: Tue, 14 Apr 2020 19:07:08 +0200 Subject: docs/MQTT: replace confusing 80 by 75 I was a bit surprised by the `80`: first thought: what's HTTP doing here? ;) Closes #5236 --- docs/MQTT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1