Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove incorrect checks for unicast commands in groups cluster. (#19124)
In the original Silicon Labs code, these checks happened _after_ the actual action of the command had taken place, and only affected the sending of the response. But the groups cluster edits have now placed the actual work of the command after these checks, which makes the resulting behavior not spec-compliant. Since we don't send a response on the CommandHandler level if the incoming command was not unicast, we can just remove these checks altogether. The behavior they are meant to achieve is handled by CommandHandler.
- Loading branch information