Skip to content

Commit bf07831

Browse files
committed
Update mqtt-system-topics.md
1 parent 459abfc commit bf07831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en_US/observability/mqtt-system-topics.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ Those events is disenabled by default, please refer to `sys_topics.sys_event_mes
8585

8686
| Topic | Description |
8787
| ------------------------ | ---------------------------------------- |
88-
| ${clientid}/subscribed | Subscribed event. This message is published when a client goes online |
89-
| ${clientid}/unsubscribed | unsubscribed event. This message is published when a client is offline |
88+
| ${clientid}/subscribed | Subscribed event. This message is published when a client subscribes a topic |
89+
| ${clientid}/unsubscribed | Unsubscribed event. This message is published when a client unsubscribes a topic |
9090

9191
The Payload of the `subscribed` event message can be parsed into JSON format:
9292

0 commit comments

Comments
 (0)