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 ae8f459 commit 84c9bf8Copy full SHA for 84c9bf8
libraries/Matter/src/MatterEndpoints/MatterFan.h
@@ -66,7 +66,8 @@ class MatterFan : public MatterEndPoint {
66
return fanModeString[mode];
67
}
68
69
- // Fan Control of current on off state
+ // Fan Control of current on/off state
70
+
71
bool setOnOff(bool newState, bool performUpdate = true); // sets Fan on/off state
72
bool getOnOff(); // returns current Fan state
73
bool toggle(bool performUpdate = true); // toggle Fun on/off state
0 commit comments