-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Power source: Update bridge app (#28134)
* Power source: Update bridge app - move power cluster to composed endpoint base - add power source device type to composed endpoint base - add endpoint list to power source cluster - update revision of power source cluster - Use AttributeAccess interface (allows list handling) - Add required attributes NOTE: The events list is still not correct, so the bridge app does not pass the 1.1 test Tests: Attributes ok on 1.1, 2.1 ok * Include all the endpoints for the composed device * Address comments from review. Test: Read EndpointList attribute from correct and incorrect cluster TC_PS_1_1, TC_PS_2_1 (1.1 fails, but not on attributes) also tried with empty endpoint list - OK * Update examples/bridge-app/linux/main.cpp Co-authored-by: Boris Zbarsky <[email protected]> * Update examples/bridge-app/linux/main.cpp Co-authored-by: Boris Zbarsky <[email protected]> --------- Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information
Showing
3 changed files
with
112 additions
and
76 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