zigbee-herdsman
zigbee-herdsman copied to clipboard
get members() in zigbee-herdsman/src/controller/model/group.ts
A commit was made on Jul 28, 2021
Fix non-existing devices returned from group members. https://github.com/Koenkk/zigbee-herdsman/blame/09a24e8182e5b1ba56e81f32e8a2defb3d5d247f/src/controller/model/group.ts#L27
https://github.com/Koenkk/zigbee-herdsman/blob/09a24e8182e5b1ba56e81f32e8a2defb3d5d247f/src/controller/model/group.ts#L27
However, doesn't this change throw away the configured endpoint for multi endpoint devices like Xiaomi QBKG03LM?
*** EDIT ***
Just realized it filters out dangling devices, not replacing every endpoint with the device as I first thought...
Well, if devices are dangling then _members needs cleanup.