We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2acfb commit ab92c62Copy full SHA for ab92c62
libraries/Matter/src/MatterEndpoints/MatterFan.h
@@ -79,7 +79,8 @@ class MatterFan : public MatterEndPoint {
79
return currentPercent;
80
}
81
82
- // Fan Control of current and last Fan Mode, which may change the current percent speed
+ // 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
0 commit comments