-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Scenes] Mode Select Cluster Handler #30855
[Scenes] Mode Select Cluster Handler #30855
Conversation
e6631a1
to
55a0176
Compare
14fcc8a
to
68b9e7a
Compare
PR #30855: Size comparison from b38d140 to 68b9e7a Increases above 0.2%:
Increases (18 builds for cc13x4_26x4, cyw30739, efr32, esp32, linux, nrfconnect, psoc6, telink)
Decreases (4 builds for efr32, linux, psoc6)
Full report (72 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@lpbeliveau-silabs @jmartinez-silabs please provide feedback if this is stale or we should still merge it. Doing a review of old PRs for stale closing. |
68b9e7a
to
8e4c7f1
Compare
8e4c7f1
to
1e9e57e
Compare
PR #30855: Size comparison from 7287041 to 1e9e57e Full report (83 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
c845a13
to
b56bedd
Compare
b56bedd
to
68fd96c
Compare
PR #30855: Size comparison from 8e1ab70 to 68fd96c Increases above 0.2%:
Full report (82 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
* Added scene handler to mode select cluster * Corrected wrong define usage and applied a fix to attribute-storage function * Applied suggestions
Added default handler to allow Scenes to interact with the mode select cluster.
Fixes : #11745