Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix configure_reporting_multiple not returning reporting responses
  • Loading branch information
TheJulianJES committed Feb 7, 2026
commit 455fbc7475aba6cd55aa2ed2a40fb58eae009776
2 changes: 2 additions & 0 deletions zigpy/zcl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,8 @@ async def configure_reporting_multiple(
# Is this even possible?
pass

results.extend(reporting_results)

Comment thread
TheJulianJES marked this conversation as resolved.
return results

def command(
Expand Down