Skip to content

Commit

Permalink
Update ZAP and set defaultReportable to true for attributes. (#12074)
Browse files Browse the repository at this point in the history
This should cause IS_REPORTABLE to be true for attributes unless the
XML has reportable="false".  Still waiting on
project-chip/zap#318 to be fixed to then get
us the behavior we really want.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jul 24, 2023
1 parent 7d4d29a commit 2465744
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/zap-templates/zcl/zcl.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@
"bool": {
"commandDiscovery": true
}
}
},
"defaultReportable": true
}

0 comments on commit 2465744

Please sign in to comment.