-
Notifications
You must be signed in to change notification settings - Fork 7.7k
feat(matter): new matter example #11561
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
Conversation
👋 Hello SuGlider, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Memory usage test (comparing PR against master branch)The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.
Click to expand the detailed deltas report [usage change in BYTES]
|
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
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.
Pull Request Overview
This PR introduces a new Matter example demonstrating how to create a multi-endpoint node with a single event callback.
- Added new Matter keywords for endpoint identification and attribute operations.
- Provided CI configuration for the new example.
- Introduced an example sketch showcasing multi-endpoint on/off light control via a shared lambda callback.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
libraries/Matter/keywords.txt | Added keywords for endpoint identification and attribute operations. |
libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs/ci.json | Defined CI settings for the new example. |
libraries/Matter/examples/MatterLambdaSingleCallbackManyEPs/*.ino | New example sketch illustrating multi-endpoint callback usage. |
Comments suppressed due to low confidence (1)
libraries/Matter/keywords.txt:119
- [nitpick] The keyword 'endpointIdentifyCB' has inconsistent casing compared to 'EndPointIdentifyCB'; consider aligning the casing to match existing conventions.
endpointIdentifyCB KEYWORD2
Description of Change
This PR creates a new Matter example that demonstrates how to create a multi-endpoint node using a single event callback.
Tests scenarios
Testing the example with ESP32, S3, C3, C6.
Related links
#11535