We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c9bf8 commit 3f2acfbCopy full SHA for 3f2acfb
libraries/Matter/src/MatterEndpoints/MatterFan.h
@@ -72,7 +72,8 @@ class MatterFan : public MatterEndPoint {
72
bool getOnOff(); // returns current Fan state
73
bool toggle(bool performUpdate = true); // toggle Fun on/off state
74
75
- // Fan Control of current and last speed percent
+ // Fan Control of current speed percent
76
+
77
bool setSpeedPercent(uint8_t newPercent, bool performUpdate = true); // returns true if successful
78
uint8_t getSpeedPercent() { // returns current Fan Speed Percent
79
return currentPercent;
0 commit comments