-
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
Updated the onoff-cluster.xml to use the specifications type definitions, instead of using the enum* directly. See issue #15528. #16466
Merged
andy31415
merged 1 commit into
project-chip:master
from
hubTab:OnOff_Type_Update_Issue_15528
Mar 24, 2022
Merged
Updated the onoff-cluster.xml to use the specifications type definitions, instead of using the enum* directly. See issue #15528. #16466
andy31415
merged 1 commit into
project-chip:master
from
hubTab:OnOff_Type_Update_Issue_15528
Mar 24, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pullapprove
bot
requested review from
anush-apple,
austinh0,
Byungjoo-Lee,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
Damian-Nordic,
dhrishi,
electrocucaracha,
franck-apple,
gjc13,
hawk248,
holbrookt,
harsha-rajendran,
isiu-apple,
jelderton,
jepenven-silabs,
jmartinez-silabs,
kpschoedel,
lazarkov and
LuDuda
March 18, 2022 21:52
pullapprove
bot
requested review from
tcarmelveilleux,
tecimovic,
turon,
vijs,
vivien-apple,
wbschiller,
woody-apple,
xylophone21 and
yunhanw-google
March 18, 2022 21:52
PR #16466: Size comparison from 5028b58 to 28abb25 Increases (20 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
bzbarsky-apple
requested changes
Mar 19, 2022
hubTab
force-pushed
the
OnOff_Type_Update_Issue_15528
branch
from
March 22, 2022 18:12
28abb25
to
03447f6
Compare
PR #16466: Size comparison from ca56d6b to 03447f6 Increases (20 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
bzbarsky-apple
approved these changes
Mar 23, 2022
jmeg-sfy
reviewed
Mar 23, 2022
jmeg-sfy
approved these changes
Mar 23, 2022
hubTab
force-pushed
the
OnOff_Type_Update_Issue_15528
branch
from
March 23, 2022 15:01
03447f6
to
347f346
Compare
It looks like the checks on this PR have been pending for some time this morning. Would someone with admin rights be able to provide some insight as to why it is happening? Thank you! cc: @bzbarsky-apple , @mrjerryjohns |
mrjerryjohns
approved these changes
Mar 23, 2022
/rebase |
…ons, instead of using the enum* directly. See issue project-chip#15528.
woody-apple
force-pushed
the
OnOff_Type_Update_Issue_15528
branch
from
March 23, 2022 21:48
347f346
to
3545ae1
Compare
PR #16466: Size comparison from c7b4913 to 3545ae1 Increases (20 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
Decreases (1 build for esp32)
Full report (27 builds for cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
|
andrei-menzopol
pushed a commit
to andrei-menzopol/connectedhomeip
that referenced
this pull request
Apr 14, 2022
…ons, instead of using the enum* directly. See issue project-chip#15528. (project-chip#16466)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated the OnOff Cluster XML to use type definitions.
Problem
What is being fixed?
The onoff-cluster.xml should use the specifications type definitions, instead of using the enum* directly.
Partially Fixes #15528, by updating the onoff-cluster.xml file to use the specifications type definitions.
Change overview
What's in this PR
Updated the onoff-cluster.xml to use the specifications type definitions, instead of using the enum* directly. See issue #15528.
Added the DlStartUpOnOff enum.
Updated src/app/clusters/on-off-server/on-off-server.cpp to use the DlStartUpOnOff type definition.
Matter Specifications Relationships
OnOff cluster Specifications Issue: https://github.com/CHIP-Specifications/connectedhomeip-spec/issues/5043
OnOff cluster Specifications PR: https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/5044
Testing
How was this tested? (at least one bullet point required)
Re-generated zzz files, and verified by rebuilding the all-clusters-app, chip-tool applications.
Restyle the code by running ./scripts/helpers/restyle-diff.sh.