Skip to content

Commit 3f2acfb

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

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
@@ -72,7 +72,8 @@ class MatterFan : public MatterEndPoint {
7272
bool getOnOff(); // returns current Fan state
7373
bool toggle(bool performUpdate = true); // toggle Fun on/off state
7474

75-
// Fan Control of current and last speed percent
75+
// Fan Control of current speed percent
76+
7677
bool setSpeedPercent(uint8_t newPercent, bool performUpdate = true); // returns true if successful
7778
uint8_t getSpeedPercent() { // returns current Fan Speed Percent
7879
return currentPercent;

0 commit comments

Comments
 (0)