Skip to content

feat(matter): Adds Matter Enhanced Color Light Endpoint (CW/WW/RGB) #10657

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

Merged
merged 13 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(matter): codespell ci commentary fixed
  • Loading branch information
SuGlider authored Dec 2, 2024
commit 064ee133671496eac5dc9a21b4c05a36f0c28a2c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class MatterEnhancedColorLight : public MatterEndPoint {

MatterEnhancedColorLight();
~MatterEnhancedColorLight();
// default initial state is off, brigthness = 25 (10%), HSV(21, 216, 25), color temperature is 454 (Warm White)
// default initial state is off, brightness = 25 (10%), HSV(21, 216, 25), color temperature is 454 (Warm White)
virtual bool begin(bool initialState = false, espHsvColor_t colorHSV = {21, 216, 25}, uint8_t newBrightness = 25, uint16_t colorTemperature = 454);
// this will just stop processing Light Matter events
void end();
Expand Down
Loading