-
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
Enable Identify cluster in Lighting-app, Perform actions on EFR32 #11672
Merged
jmartinez-silabs
merged 4 commits into
project-chip:master
from
jmartinez-silabs:identifyCluster
Nov 11, 2021
Merged
Enable Identify cluster in Lighting-app, Perform actions on EFR32 #11672
jmartinez-silabs
merged 4 commits into
project-chip:master
from
jmartinez-silabs:identifyCluster
Nov 11, 2021
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
andy31415,
anush-apple,
austinh0,
balducci-apple,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chulspro,
Damian-Nordic,
electrocucaracha,
emargolis,
franck-apple,
harimau-qirex,
hawk248,
jelderton,
jepenven-silabs,
kpschoedel,
LuDuda,
lzgrablic02,
mlepage-google,
msandstedt,
pan-apple,
robszewczyk,
sagar-apple,
saurabhst,
selissia and
tcarmelveilleux
November 11, 2021 13:56
pullapprove
bot
requested review from
tecimovic,
vivien-apple,
wbschiller,
woody-apple and
yunhanw-google
November 11, 2021 13:56
jmartinez-silabs
changed the title
Enable Identify cluster in Lighting-app, Perform action on EFR32
Enable Identify cluster in Lighting-app, Perform actions on EFR32
Nov 11, 2021
…Identify standard and trigger effects restyle
jmartinez-silabs
force-pushed
the
identifyCluster
branch
from
November 11, 2021 14:11
e90940d
to
1b8a957
Compare
jepenven-silabs
approved these changes
Nov 11, 2021
rcasallas-silabs
approved these changes
Nov 11, 2021
PR #11672: Size comparison from d45cfaa to 1b8a957 Increases above 0.2%:
Increases (5 builds for efr32, k32w, linux, qpg)
Full report (22 builds for efr32, esp32, k32w, linux, p6, qpg)
|
jmartinez-silabs
force-pushed
the
identifyCluster
branch
from
November 11, 2021 15:59
93a477f
to
e8a64ca
Compare
woody-apple
approved these changes
Nov 11, 2021
Fast tracking as this is a platform maintainer updating platform code (with code gen as well) |
jmartinez-silabs
added a commit
to jmartinez-silabs/connectedhomeip
that referenced
this pull request
Nov 12, 2021
…oject-chip#11672) * Add identify cluster to light app * regen rebase regen * instantiate identify object in lighting app task, Use status led for Identify standard and trigger effects restyle * Add missing file on mbed and telink CMakeList
mkardous-silabs
pushed a commit
to mkardous-silabs/connectedhomeip
that referenced
this pull request
Nov 16, 2021
…oject-chip#11672) * Add identify cluster to light app * regen rebase regen * instantiate identify object in lighting app task, Use status led for Identify standard and trigger effects restyle * Add missing file on mbed and telink CMakeList
mkardous-silabs
pushed a commit
to mkardous-silabs/connectedhomeip
that referenced
this pull request
Nov 16, 2021
…oject-chip#11672) * Add identify cluster to light app * regen rebase regen * instantiate identify object in lighting app task, Use status led for Identify standard and trigger effects restyle * Add missing file on mbed and telink CMakeList
jmeg-sfy
pushed a commit
to jmeg-sfy/connectedhomeip
that referenced
this pull request
Nov 18, 2021
…oject-chip#11672) * Add identify cluster to light app * regen rebase regen * instantiate identify object in lighting app task, Use status led for Identify standard and trigger effects restyle * Add missing file on mbed and telink CMakeList
PSONALl
pushed a commit
to PSONALl/connectedhomeip
that referenced
this pull request
Dec 3, 2021
…oject-chip#11672) * Add identify cluster to light app * regen rebase regen * instantiate identify object in lighting app task, Use status led for Identify standard and trigger effects restyle * Add missing file on mbed and telink CMakeList
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.
Problem
identify Cluster isn't supported in the lighting-app
Change overview
Enable the cluster for all lighting-app example.
[EFR32]
Instantiate the identify object in EFR32 lighting-app code.
Implement basic callbacks and functionnality to perform identify behaviour on Status LED (LED0)
Support standard identify (blink for identifyTime duration and Trigger Effects ( Fast blink, Breathe, Ok Pulse, Finish effect and Stop effect). Channel Change effect is not supported and differs to the given
mEffectVariant
Testing
Execute TC-i instruction manually
./chip-tool identify read identify-time 1 1
./chip-tool identify write identify-time 10 1 1
./chip-tool identify identify 60 1 1
./chip-tool identify trigger-effect 0 0 1 1
./chip-tool identify trigger-effect 2 0 1 1
./chip-tool identify trigger-effect 3 0 1 1
./chip-tool identify trigger-effect 11 0 1 1
./chip-tool identify trigger-effect 254 0 1 1
./chip-tool identify trigger-effect 255 0 1 1