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 {
66
66
67
67
protected:
68
68
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)```
71
71
EndPointOnOffCB _onChangeOnOffCB = NULL ;
72
72
EndPointRGBColorCB _onChangeColorCB = NULL ;
73
73
EndPointCB _onChangeCB = NULL ;
You can’t perform that action at this time.
0 commit comments