We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1618003 commit d19caacCopy full SHA for d19caac
libraries/Matter/src/MatterEndpoints/MatterColorLight.h
@@ -66,8 +66,8 @@ class MatterColorLight : public MatterEndPoint {
66
67
protected:
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)
+ bool onOffState = false; // default initial state is off, but it can be changed by begin(bool)
+ espHsvColor_t colorHSV = {0}; // default initial color HSV is black, but it can be changed by begin(bool, espHsvColor_t)```
71
EndPointOnOffCB _onChangeOnOffCB = NULL;
72
EndPointRGBColorCB _onChangeColorCB = NULL;
73
EndPointCB _onChangeCB = NULL;
0 commit comments