File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libraries/Matter/src/MatterEndpoints Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ class MatterColorLight : public MatterEndPoint {
6666
6767protected:
6868 bool started = false ;
69- bool onOffState = false ; // default initial state is off, but it can be changed by begin(bool)
70- espHsvColor_t colorHSV = { 0 }; // default initial color HSV is black, but it can be changed by begin(bool, espHsvColor_t)
69+ bool onOffState = false ; // default initial state is off, but it can be changed by begin(bool)
70+ espHsvColor_t colorHSV = {0 }; // default initial color HSV is black, but it can be changed by begin(bool, espHsvColor_t)```
7171 EndPointOnOffCB _onChangeOnOffCB = NULL ;
7272 EndPointRGBColorCB _onChangeColorCB = NULL ;
7373 EndPointCB _onChangeCB = NULL ;
You can’t perform that action at this time.
0 commit comments