-
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.
[Scenes] Added the on-off cluster handler for scene EFS (#27041)
* Added wrapper and shim to use GetClusterCountFromEndpoint in tests with expected results from TestSceneTable * Restyled by clang-format * Added the on-off cluster handler for scene EFS * Added a way to track OnOff state during scene transition time with an <Endpoint, State> array, addressed comments related to code style and nits * Added shutdown and finish methods in scenetable and scenes-server to ensure memory is released * Removed SceneTable->Finish in scenes-server shutdown as it is now called in SceneTable's destructor * Apply suggestions from code review Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * Applied suggestion WIP on fix for intrusive list empty assert * Apply suggestions from code review Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> --------- Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
- Loading branch information
Showing
8 changed files
with
334 additions
and
35 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
Oops, something went wrong.