-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
feat(matter): adds new Matter Endpoint: Color Light #10647
Conversation
👋 Hello SuGlider, we appreciate your contribution to 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]
|
Test Results 61 files 61 suites 5m 47s ⏱️ Results for commit 916e949. ♻️ This comment has been updated with latest results. |
@P-R-O-C-H-Y will the color formats be usable within Zigbee also? |
…essif#10640) Co-authored-by: NPaolini <[email protected]>
@SuGlider @me-no-dev Yes, I am using the XYtoRGB and RGBtoXY also. So that part of code is duplicated :) |
I'd say to put it in the core. It can be used for our own color led too. Only suggestion is to maybe prefix the function names, so that they do not clash with libraries that possibly have them as well |
We can add a namespace to it. |
No namespace please: https://stackoverflow.com/questions/46626494/does-c-have-namespaces-similar-to-c |
* feat(asyncudp): add all current keywords to the list * feat(asyncudp): add license information to the source code * feat(asyncudp): add license information to the source code * feat(asyncudp): add license information to the source code * feat(asyncudp): add license information to the source code * feat(asyncudp): add license information to the source code * feat(asyncudp): revert license information to the source code * feat(asyncudp): revert license information to the source code * feat(asyncudp): revert license information to the source code * feat(asyncudp): revert license information to the source code * feat(asyncudp): revert license information to the source code * ci(pre-commit): Apply automatic fixes --------- Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Description of Change
This PR adds a new Matter Endpoint: MatterColorLight.
It has also an example.
Tests scenarios
ESP32-S3 with the provided example.
Related links
Related to #7432