Skip to content

Commit

Permalink
change origin/# to origin/a/wis2/# (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored Oct 18, 2024
1 parent 5018d08 commit 68e483e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Open MQTT Explorer and add a new connection to the Global Broker hosted by Meteo

Click on the 'ADVANCED' button, remove the pre-configured topics and add the following topics to subscribe to:

- `origin/#`
- `origin/a/wis2/#`

<img alt="mqtt-explorer-global-broker-advanced" src="../../assets/img/mqtt-explorer-global-broker-sub-origin.png" width="800">

Expand All @@ -88,7 +88,7 @@ Click on the 'ADVANCED' button, remove the pre-configured topics and add the fol
- **Single-level (+)**: a single-level wildcard replaces one topic level
- **Multi-level (#)**: a multi-level wildcard replaces multiple topic levels

In this case `origin/#` will subscribe to all topics under the `origin` topic.
In this case `origin/a/wis2/#` will subscribe to all topics under the `origin/a/wis2` topic.

Click 'BACK', then 'SAVE' to save your connection and subscription details. Then click 'CONNECT':

Expand Down

0 comments on commit 68e483e

Please sign in to comment.