-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Closure device type updates as per latest specification #38122
base: master
Are you sure you want to change the base?
Closure device type updates as per latest specification #38122
Conversation
PR #38122: Size comparison from 3e9b41b to e2be4d1 Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #38122: Size comparison from 3e9b41b to c6f4c0f Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
<include cluster="Groups" client="false" server="false" clientLocked="true" serverLocked="false"></include> | ||
<include cluster="Identify" client="false" server="true" clientLocked="true" serverLocked="true"></include> | ||
<include cluster="Scenes Management" client="false" server="false" clientLocked="true" serverLocked="false"></include> | ||
<include cluster="Binding" client="false" server="true" clientLocked="true" serverLocked="true"></include> |
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.
What happened to Descriptor?
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.
this part of the code is generated by alchemy. will check with them why the Descriptor is missing.
PR #38122: Size comparison from 8d9a031 to 0110b84 Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #38122: Size comparison from d38ee41 to 9809442 Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
<include cluster="Groups" client="false" server="false" clientLocked="true" serverLocked="false"></include> | ||
<include cluster="Identify" client="false" server="true" clientLocked="true" serverLocked="true"></include> | ||
<include cluster="Scenes Management" client="false" server="false" clientLocked="true" serverLocked="false"></include> | ||
<include cluster="Binding" client="false" server="true" clientLocked="true" serverLocked="true"></include> |
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.
I don't see binding in the device type spec. Why are we adding it here?
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.
this part of the code is generated by alchemy. will check with them why the Binding is added here.
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.
If it is being added here because of the base device type, why isn't it being added to the clusre panal that is also a simple class device type?
9809442
to
2df237e
Compare
PR #38122: Size comparison from c7d1a48 to 2df237e Full report (75 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
Generated the XML form spec using alchemy.
Generated Zap code.
Testing
Built the code after the new device type changes.