Skip to content

Commit 064ee13

Browse files
authored
fix(matter): codespell ci commentary fixed
1 parent 12f6a43 commit 064ee13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/Matter/src/MatterEndpoints/MatterEnhancedColorLight.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class MatterEnhancedColorLight : public MatterEndPoint {
2727

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

0 commit comments

Comments
 (0)