Skip to content

Commit

Permalink
docs: fix incorrect mqtt sub command
Browse files Browse the repository at this point in the history
Signed-off-by: Reuben Miller <reuben.d.miller@gmail.com>
  • Loading branch information
reubenmiller committed Nov 7, 2023
1 parent 9b1ce24 commit 2bb0a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/contribute/design/mqtt-topic-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ tedge mqtt pub 'te/factory01/hallA/packaging/belt001/e/running_status' '{
Since the topic schema encodes additional location information about the equipment, other MQTT clients can subscribe to telemetry data coming from all equipment located in the same area using a single MQTT subscription.

```sh te2mqtt formats=v1
tedge mqtt pub 'te/factory01/hallA/packaging/+/e/+'
tedge mqtt sub 'te/factory01/hallA/packaging/+/e/+'
```

:::tip
Expand Down

0 comments on commit 2bb0a02

Please sign in to comment.