We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d85d66 commit cfe0c59Copy full SHA for cfe0c59
docs/src/operate/registration/deregister.md
@@ -72,7 +72,7 @@ All the child devices and services can be deregistered using a wildcard topic fi
72
combined with a topic exclusion filter for the main device, as follows:
73
74
```sh
75
-mosquitto_sub -v -t "te/device/+/#" -T "te/device/main/#"
+mosquitto_sub -v -t "te/device/+/#" -T "te/device/main/#" --remove-retained -W 3
76
```
77
78
## Unsupported cases
0 commit comments