-
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
Add Bridged Actions cluster (#10694) #10989
Add Bridged Actions cluster (#10694) #10989
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably best to mark the list-type attributes as external in the .zap file and register an attribute access interface for them, right?
8dec8e2
to
af2079e
Compare
/rebase |
af2079e
to
0e453c5
Compare
Size increase report for "esp32-example-build" from 4e2eeab
Full report output
|
0e453c5
to
1da29af
Compare
1da29af
to
7b65177
Compare
PR #10989: Size comparison from b03b897 to 7b65177 Increases above 0.2%:
Increases (3 builds for linux)
Decreases (6 builds for efr32, k32w, linux, qpg, telink)
Full report (20 builds for efr32, k32w, linux, p6, qpg, telink)
|
7b65177
to
c21d6ed
Compare
PR #10989: Size comparison from 837bd28 to c21d6ed Increases above 0.2%:
Increases (5 builds for esp32, linux, mbed)
Decreases (1 build for mbed)
Full report (36 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Device vendor changing device code, fast tracking. |
@pjzander-signify Why did this land with the .bss increases? What was the motivation for c21d6ed and why was the review comment left resolved when the resolution was reverted? |
* Add Bridged Actions Cluster * Replace OCTET_STRING with now supported CHAR_STRING * Remove the Bridged Actions cluster commands from the all-clusters-app * Make some Bridge Actions cluster attributes external * Revert setting some Bridge Actions attributes to external
* Add Bridged Actions Cluster * Replace OCTET_STRING with now supported CHAR_STRING * Remove the Bridged Actions cluster commands from the all-clusters-app * Make some Bridge Actions cluster attributes external * Revert setting some Bridge Actions attributes to external
* Add Bridged Actions Cluster * Replace OCTET_STRING with now supported CHAR_STRING * Remove the Bridged Actions cluster commands from the all-clusters-app * Make some Bridge Actions cluster attributes external * Revert setting some Bridge Actions attributes to external
Problem
Implementation of issue #10694.
For bridged devices a Bridged Actions Cluster is required.
For the specification see: Connected Home over IP Specification, paragraph 9.14.
Change overview
Testing