Skip to content

Commit 84c9bf8

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/Matter/src/MatterEndpoints/MatterFan.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ class MatterFan : public MatterEndPoint {
6666
return fanModeString[mode];
6767
}
6868

69-
// Fan Control of current on off state
69+
// Fan Control of current on/off state
70+
7071
bool setOnOff(bool newState, bool performUpdate = true); // sets Fan on/off state
7172
bool getOnOff(); // returns current Fan state
7273
bool toggle(bool performUpdate = true); // toggle Fun on/off state

0 commit comments

Comments
 (0)