We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb43fbf commit 9380713Copy full SHA for 9380713
libraries/Matter/src/MatterOnOffLight.h
@@ -10,7 +10,7 @@ class MatterOnOffLight : public MatterEndPoint {
10
MatterOnOffLight();
11
~MatterOnOffLight();
12
virtual bool begin(bool initialState = false); // default initial state is off
13
- void end(); // this will just stop proessing Light Matter events
+ void end(); // this will just stop processing Light Matter events
14
15
bool setOnOff(bool newState); // returns true if successful
16
bool getOnOff(); // returns current light state
0 commit comments