Skip to content

Commit 66193fc

Browse files
authored
fix(matter): commentaries and old work
1 parent ab92c62 commit 66193fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: libraries/Matter/src/MatterEndpoints/MatterFan.h

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ class MatterFan : public MatterEndPoint {
8181

8282
// Fan Control of current Fan Mode
8383

84-
// Turning Fan using setOnOff() or toggle() will change current speed, but not the last setting
8584
bool setMode(FanMode_t newMode, bool performUpdate = true); // returns true if successful
8685
FanMode_t getMode() { // returns current Fan Mode
8786
return currentFanMode;

0 commit comments

Comments
 (0)