Skip to content

Commit

Permalink
Add get_group_membership command (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
glentakahashi authored and Koenkk committed Feb 18, 2019
1 parent 718f5c2 commit 4621537
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions information/mqtt_topics_and_message_structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ See [Groups](groups.md)
## zigbee2mqtt/bridge/(bind|unbind)/[friendly_name]
See [Binding](binding.md)

## zigbee2mqtt/bridge/device/[friendly_name]/get_group_membership
Returns the list of groups a device is in, and its group capacity.

## zigbee2mqtt/[DEVICE_ID]
Where `[DEVICE_ID]` is E.G. `0x00158d0001b79111`. Message published to this topic are **always** in a JSON format. Each device produces a different JSON message, **some** examples:

Expand Down

0 comments on commit 4621537

Please sign in to comment.