From 2e1d0abf33fa4d36f1809165a22b70c66c1aa0a9 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Tue, 4 Jun 2019 10:25:18 +0100 Subject: [PATCH] mosquitto_sub: add link to homepage --- pages/common/mosquitto_sub.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/common/mosquitto_sub.md b/pages/common/mosquitto_sub.md index 34ff239ce..e2e087866 100644 --- a/pages/common/mosquitto_sub.md +++ b/pages/common/mosquitto_sub.md @@ -1,6 +1,7 @@ # mosquitto_sub > A simple MQTT version 3.1.1 client that will subscribe to topics and print the messages that it receives. +> More information: . - Subscribe to the topic `sensors/temperature` information with Quality of Service (`QoS`) set to 1. (The default hostname is `localhost` and port `1883`):