Skip to content

Commit ab92c62

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ class MatterFan : public MatterEndPoint {
7979
return currentPercent;
8080
}
8181

82-
// Fan Control of current and last Fan Mode, which may change the current percent speed
82+
// Fan Control of current Fan Mode
83+
8384
// Turning Fan using setOnOff() or toggle() will change current speed, but not the last setting
8485
bool setMode(FanMode_t newMode, bool performUpdate = true); // returns true if successful
8586
FanMode_t getMode() { // returns current Fan Mode

0 commit comments

Comments
 (0)