Hello,
I'm currently implementing a multi-endpoints Zigbee device using an nRF52840.
This device is a router which have several "GROUPS" clusters (one in each endpoint).
For a particular endpoint, I would expect the response to ZB_ZCL_CMD_GROUPS_GET_GROUP_MEMBERSHIP command to just include the list of group of this particular endpoint, instead, the response contains all the groups of the device. (same answer for all endpoints of the device).
This is totally creating the mess in my discovery software which is using this command to discover and managing groups.
Same issue also appear for the command ZB_ZCL_CMD_GROUPS_VIEW_GROUP, at soon as a group is added to a specific endpoint of the device, all others endpoints of the same device successfully respond to the command even if the group is not part of this endpoint!
I also have the same behaviour using the zigbee_examples_ble_zigbee_color_light_bulb_thingy example compile and tested for my nrf52840 PCA10059 Dongle.
I'm currently using the version 4.1.0 version of the SDK.
Thanks & Regards
Didier
