-
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.
Query network cluster using wildcard reads (#14567)
* Read parts list from descriptor cluster * Add step to read server clusters from descriptor. * Read basic cluster information during commissioning. * Pass back status from iter. * sequence network cluster existance and feature checks. If we check the feature map right after we check for the existance of the networking cluster, we can just bail out once we find a networking cluster that matches Test: on-network with lighting app on linux wifi on all-clusters app on M5 tested thread using all clusters app - saw reads of endpoints, found network cluster on different endpoint. * Restyled by clang-format * Use multi-endpoint wildcard to simplify commissioning * Restyled by clang-format * Update src/controller/AutoCommissioner.cpp Co-authored-by: Michael Sandstedt <[email protected]> * Update src/controller/CHIPDeviceController.cpp Co-authored-by: Boris Zbarsky <[email protected]> * Update src/controller/CHIPDeviceController.cpp Co-authored-by: Boris Zbarsky <[email protected]> * Restyled by clang-format * Address review comments. Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Michael Sandstedt <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information
1 parent
ed1276e
commit 1ee9366
Showing
6 changed files
with
227 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -279,6 +279,7 @@ class AttributeCache : protected ReadClient::Callback | |
} | ||
} | ||
} | ||
return CHIP_NO_ERROR; | ||
} | ||
|
||
/* | ||
|
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.