Skip to content

Commit

Permalink
Update bridge/logging docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Apr 3, 2024
1 parent fb543b5 commit 29383a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/usage/mqtt_topics_and_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Contains the state of the bridge, this message is published as retained. Payload
If `advanced.legacy_availability_payload` is set to `false` the payload will be a JSON object (`{"state":"online"}`/`{"state":"offline"}`).

## zigbee2mqtt/bridge/logging
All Zigbee2MQTT logging is published to this topic in the form of `{"level": LEVEL, "message": MESSAGE}`, example: `{"level": "info", "message": "Zigbee: allowing new devices to join."}`.
All Zigbee2MQTT logging, except the `debug` level, is published to this topic in the form of `{"level": LEVEL, "message": MESSAGE}`, example: `{"level": "info", "message": "Zigbee: allowing new devices to join."}`.

## zigbee2mqtt/bridge/devices
Contains the devices connected to the bridge, this message is published as retained.
Expand Down

0 comments on commit 29383a1

Please sign in to comment.