Skip to content

Commit 601728a

Browse files
authored
Update libraries/Matter/src/MatterEndpoints/MatterFan.h
1 parent e8d315f commit 601728a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ class MatterFan : public MatterEndPoint {
128128
bool started = false;
129129
uint8_t validFanModes = 0; // bitmap for valid Fan Modes - index of fanModeSequence[]
130130

131-
// tuning fan off will set the speed to 0, but it won't change the internal mode or speed percent
132-
// therefore, turining it back on will resume the last mode and speed percent
133131
uint8_t currentPercent = 0; // current speed percent
134132
FanMode_t currentFanMode = FAN_MODE_OFF; // current Fan Mode
135133
EndPointModeCB _onChangeModeCB = NULL;

0 commit comments

Comments
 (0)