Skip to content

Commit

Permalink
Merge pull request #2431 from reubenmiller/docs-fix-mqtt-sub-command
Browse files Browse the repository at this point in the history
docs: fix incorrect mqtt sub command
  • Loading branch information
reubenmiller authored Nov 8, 2023
2 parents 9b1ce24 + 2bb0a02 commit 36ae213
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

1 comment on commit 36ae213

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
355 1 3 356 99.72 51m59.045s

Failed Tests

Name Message ⏱️ Duration Suite
Test if all c8y services are using configured service type AssertionError 176.416 s Service Monitoring

Please sign in to comment.