We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab92c62 commit 66193fcCopy full SHA for 66193fc
libraries/Matter/src/MatterEndpoints/MatterFan.h
@@ -81,7 +81,6 @@ class MatterFan : public MatterEndPoint {
81
82
// Fan Control of current Fan Mode
83
84
- // Turning Fan using setOnOff() or toggle() will change current speed, but not the last setting
85
bool setMode(FanMode_t newMode, bool performUpdate = true); // returns true if successful
86
FanMode_t getMode() { // returns current Fan Mode
87
return currentFanMode;
0 commit comments