-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reporting for Administrator Commissioning attributes. (#23589)
* Fix reporting for Administrator Commissioning attributes. Nothing was marking the attributes dirty when the data backing them changed. * Remove the dependency of af-types.h from reporting.h, so reporting.h can be part of the SDK library, not the app. * Move reporting.h to the same library as the other reporting files. * Fix the one example app that was using the EmberAfAttributeType bits in reporting.h. * Fix color control server depending on reporting.h to get af-types.h. * Add convenience MakeNullable methods, like we have for Optional. * Make sure we call MatterReportingAttributeChangeCallback as needed in CommissioningWindowManager. * Add a unit test that fails without these changes. * Fix the existing TestCommissioningWindow unit test to not hardcode fabric indices, since that's not needed anymore. * Address review comment.
- Loading branch information
1 parent
3198f01
commit 95d337c
Showing
17 changed files
with
1,362 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.