-
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] LastConfiguredBy Removal #38003
base: master
Are you sure you want to change the base?
[Scenes] LastConfiguredBy Removal #38003
Conversation
7d90801
to
ff8ca4c
Compare
<arg name="TransitionTime" type="int32u"/> | ||
<arg name="SceneName" type="char_string"/> | ||
<arg name="ExtensionFieldSets" type="ExtensionFieldSet" array="true"/> | ||
<description>It is not mandatory for an extension field set to be included in the command for every cluster on that endpoint that has a defined extension field set.</description> |
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 is ... a pretty terrible description. Followup: get this fixed.
<attribute side="server" code="0x0000" name="SceneTableSize" define="SCENE_TABLE_SIZE" type="int16u" default="16">SceneTableSize</attribute> | ||
<attribute side="server" code="0x0001" name="FabricSceneInfo" define="FABRIC_SCENE_INFO" type="array" entryType="SceneInfoStruct">FabricSceneInfo</attribute> |
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 seems to be using an old version of alchemy, so it's adding the name of the attribute in multiple places?
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 pull the latest version and the generated output remains the same, when you say:
adding the name of the attribute in multiple places
You mean that name="SceneTableSize"
should not be in the xml?
10d5039
to
9d5de2e
Compare
PR #38003: Size comparison from 1675464 to 9d5de2e Full report (3 builds for cc32xx, stm32)
|
2de31ea
to
eea7784
Compare
eea7784
to
6d56afe
Compare
PR #38003: Size comparison from 1675464 to 6d56afe Full report (3 builds for cc32xx, stm32)
|
PR #38003: Size comparison from 1675464 to 2744cd4 Full report (5 builds for cc32xx, stm32, tizen)
|
Removal of LastConfiguredAttribute in code and Test to follow spec changes in https://github.com/CHIP-Specifications/chip-test-plans/pull/4991
Testing
Locally build and run Scenes Yaml tests.