Skip to content

Commit ae8f459

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libraries/Matter/src/MatterEndpoints/MatterFan.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ class MatterFan : public MatterEndPoint {
3131
static const uint8_t MIN_SPEED = 1; // minimum Low speed
3232
static const uint8_t OFF_SPEED = 0; // speed set by Matter when FAN_MODE_OFF
3333

34-
// Default Fan Modes: ON, SMART, LOW and OFF
34+
// Default Fan Modes: ON, SMART, HIGH and OFF
35+
3536
// Other mode will depend on what is the configured Fan Mode Sequence
3637
enum FanMode_t {
3738
FAN_MODE_OFF = (uint8_t) FanModeEnum::kOff,

0 commit comments

Comments
 (0)