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.
2 parents 7ce1794 + cfe0c59 commit db8bf7eCopy full SHA for db8bf7e
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