Pre release v1.1 v1.5 branch custom cluster - #42
Draft
fengtai-telink wants to merge 2 commits into
Draft
Conversation
- Application is created based on examples/lighting-app. - All unused files has been removed. Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
- Add MS DeltadelfinAnimationGradient cluster. - Add MS cluster to sample project(examples/lighting-custom-app): We provide the '.zap' and '.matter' to test (In GUI added DeltadelfinAnimationGradient into endpoint 1). If you need to modify the corresponding cluster, please configure it yourself. [./../../../scripts/tools/zap/run_zaptool.sh ../lighting-common/lighting-app.zap] [./../../../scripts/tools/zap/generate.py ../lighting-common/lighting-app.zap] - Add application MS cluster callbacks. Signed-off-by: Fengtai Xie <fengtai.xie@telink-semi.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
Collaborator
Author
|
@andriy-bilynskyy @damien0x0023 @haiwentelink @wuhaoTelink Code Merge
Use InfoAdd Custom Cluster Democd ~/connectedhomeip
source scripts/activate.sh
cp examples/lighting-app examples/lighting-custom-app -R
git apply add_lighting-custom_cluster.patch
./scripts/tools/zap/generate.py examples/lighting-custom-app/lighting-common/lighting-app.zap
./scripts/tools/zap_regen_all.pyBuild and Flash to Testcd examples/lighting-custom-app/telink
west build -p -b tl5218x -- -DCONF_FILE="prj.conf boards/tl5218x_4m_flash_dual_mode_ota.conf" -DFLASH_SIZE=4mTest CMDPairingrm -rf /tmp/chip_*
./chip-tool pairing ble-thread 1234 hex:0e080000000000010000000300000f35060004001fffe0020811111111222222220708fd9583b7b2b6954b051000112233445566778899aabbccddeeff030e4f70656e54687265616444656d6f010212340410445f2b5ca6f2a93a55ce570a70efeecb0c0402a0f7f8 20202021 3840DisplayMode./chip-tool any read-by-id 0x117CFC00 0x0000 1234 1
./chip-tool any command-by-id 0x117CFC00 0x02 '{"0x0":1}' 1234 1
./chip-tool any read-by-id 0x117CFC00 0x0000 1234 1CurrentAnimation./chip-tool any read-by-id 0x117CFC00 0x0001 1234 1
./chip-tool any command-by-id 0x117CFC00 0x00 '{"0x0":1}' 1234 1
./chip-tool any read-by-id 0x117CFC00 0x0001 1234 1
CurrentGradient./chip-tool any read-by-id 0x117CFC00 0x0002 1234 1
./chip-tool any command-by-id 0x117CFC00 0x01 '{"0x0":8,"0x1":500}' 1234 1
./chip-tool any read-by-id 0x117CFC00 0x0002 1234 1 |
damien0x0023
marked this pull request as draft
August 31, 2026 09:37
This file contains hidden or 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
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.
Summary
Related issues
Testing
Readability checklist
The checklist below will help the reviewer finish PR review in time and keep the
code readable:
descriptive
“When in Rome…”
rule (coding style)
See: Pull Request Guidelines