mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
Fix markdown
This commit is contained in:
parent
b3b53d90f9
commit
39892e28b8
@ -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 `<Region>` is the postfix of the **Handler** entry in your **Application overview**. `<AppID>` is the **Application ID** and `<AppKey>` is your access key.
|
To check what your devices are sending, subscribe to the topic `+/devices/+/up` with a command-line tool like `mosquitto_sub`. The `<Region>` is the postfix of the **Handler** entry in your **Application overview**. `<AppID>` is the **Application ID** and `<AppKey>` is your access key.
|
||||||
|
|
||||||
``bash
|
```bash
|
||||||
$ mosquitto_sub -v -h <Region>.thethings.network -t '+/devices/+/up' -u '<AppID>' -P '<AppKey>'
|
$ mosquitto_sub -v -h <Region>.thethings.network -t '+/devices/+/up' -u '<AppID>' -P '<AppKey>'
|
||||||
{
|
{
|
||||||
"app_id": "ha-demo",
|
"app_id": "ha-demo",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user