Skip to content

single level wildcard example fix #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 00 Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Topics can be arranged into levels. Allows grouping of related actions/informati

Wildcards let you subscribe to multiple topics.
Single level wildcard (+), e.g. myhouse/upstairs/+/light
- %myhouse/upstairs/+/light
- %myhouse/upstairs/+/light
- %myhouse/upstairs/bedroom/light
- %myhouse/upstairs/bathroom/light

Multi-level wildcard (\#), e.g. myhouse/upstairs/\#
- myhouse/upstairs/bedroom/temperature
Expand Down