From 39892e28b8f1f9f79c0fc7572d28f7cd37fbd410 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 11 Nov 2017 10:54:28 +0100 Subject: [PATCH] Fix markdown --- source/_posts/2017-11-10-ttn-with-mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2017-11-10-ttn-with-mqtt.markdown b/source/_posts/2017-11-10-ttn-with-mqtt.markdown index 1300f7cd8f7..d619623c020 100644 --- a/source/_posts/2017-11-10-ttn-with-mqtt.markdown +++ b/source/_posts/2017-11-10-ttn-with-mqtt.markdown @@ -21,7 +21,7 @@ At the moment Home Assistant only supports one [MQTT broker](/docs/mqtt/). This To check what your devices are sending, subscribe to the topic `+/devices/+/up` with a command-line tool like `mosquitto_sub`. The `` is the postfix of the **Handler** entry in your **Application overview**. `` is the **Application ID** and `` is your access key. -``bash +```bash $ mosquitto_sub -v -h .thethings.network -t '+/devices/+/up' -u '' -P '' { "app_id": "ha-demo",