We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8d315f commit 601728aCopy full SHA for 601728a
libraries/Matter/src/MatterEndpoints/MatterFan.h
@@ -128,8 +128,6 @@ class MatterFan : public MatterEndPoint {
128
bool started = false;
129
uint8_t validFanModes = 0; // bitmap for valid Fan Modes - index of fanModeSequence[]
130
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
133
uint8_t currentPercent = 0; // current speed percent
134
FanMode_t currentFanMode = FAN_MODE_OFF; // current Fan Mode
135
EndPointModeCB _onChangeModeCB = NULL;
0 commit comments