-
Notifications
You must be signed in to change notification settings - Fork 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
Darwin: promote Cooking Appliances to Introduced #33399
base: master
Are you sure you want to change the base?
Darwin: promote Cooking Appliances to Introduced #33399
Conversation
PR #33399: Size comparison from 0d67568 to e7bf019 Decreases (2 builds for efr32)
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
e7bf019
to
3265394
Compare
PR #33399: Size comparison from 0180ee6 to 3265394 Full report (81 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, nxp, psoc6, qpg, stm32, telink)
|
3265394
to
fe2bbe1
Compare
need to move all these entries forward to new Future since Future from back when this started has been released |
PR #33399: Size comparison from 4efe777 to cd2fc6b Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #33399: Size comparison from 4efe777 to 3bbc5b9 Full report (3 builds for cc32xx, stm32)
|
PR #33399: Size comparison from 4efe777 to 5a75b1e Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #33399: Size comparison from 4efe777 to 4423fbe Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
PR #33399: Size comparison from 4efe777 to ca6de16 Full report (24 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, nrfconnect, qpg, stm32, telink, tizen)
|
and codegen add Microwave + Oven attributes and codegen more Microwave + Oven attributes and codegen add Microwave + Oven commands and codegen add Microwave + Oven command fields and codegen add Microwave + Oven structs and codegen add Microwave + Oven struct fields and codegen add Microwave + Oven events/event fields and codegen add Microwave + Oven enums and codegen add Microwave + Oven enum values and codegen add Microwave + Oven bitmaps / bitmap values and codegen
is X conformance
ca6de16
to
6fbcb6f
Compare
PR #33399: Size comparison from 62a4a97 to 6fbcb6f Full report (68 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, nrfconnect, nxp, psoc6, qpg, stm32, telink, tizen)
|
- SupportedWatts | ||
- SelectedWattIndex |
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.
The comment about why these are provisional should be here. Same for the other provisional bits.
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.
added.
- MinPower | ||
- MaxPower | ||
- PowerStep | ||
# SupportedWatts and SelectedWattIndex are Provisional because WATTS is Provisional in Matter 1.3 |
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.
We're looking at Matter 1.4 now, no? Please fix comments to reflect 1.4 status?
- ChangeToMode | ||
- ChangeToModeResponse |
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.
These are X in the spec, and presumably do not exist? Why are they here?
- StartUpMode | ||
- OnMode |
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.
Please document why these are marked "removed".
And please file an issue to get the XML fixed. Same for OvenCavityOperationalState.
- Feature | ||
OvenMode: | ||
- Feature | ||
bitmap values: |
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.
Why do you need these? if the bitmap is removed, then the bits inside it are removed automatically.... I guess the bitmap values removals got added first to implement the X from the spec, and then that failed to compile and the bitmap removals above were added?
In any case, either just remove the bitmaps or clearly document why the redundant bits are here (e.g. so that if the bitmaps ever get un-removed due to growing new bits we will not get incorrect bits in them).
Continuing the theme of v1.3 promotions. Added comments about
WATTS
and affected provisional bits.