Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
130 stars 46 forks source link

Groups Cluster #137

Closed kristred closed 3 years ago

kristred commented 3 years ago

Hello,

I have been using this library for a Zigbee project and it is really helpful.

I noticed a small bug with GetGroupMembershipCommandResponse response.

When I send GetGroupMembershipCommand command to a device that is in one group or more, I get the response, where GroupCount is correct and somehow GroupList is empty. I think the bits are read incorrectly.

Mr-Markus commented 3 years ago

I have published a new version 1.4.0 of ZigBeeNet that should contain a fix for your problem