We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c14db commit ae8f459Copy full SHA for ae8f459
libraries/Matter/src/MatterEndpoints/MatterFan.h
@@ -31,7 +31,8 @@ class MatterFan : public MatterEndPoint {
31
static const uint8_t MIN_SPEED = 1; // minimum Low speed
32
static const uint8_t OFF_SPEED = 0; // speed set by Matter when FAN_MODE_OFF
33
34
- // Default Fan Modes: ON, SMART, LOW and OFF
+ // Default Fan Modes: ON, SMART, HIGH and OFF
35
+
36
// Other mode will depend on what is the configured Fan Mode Sequence
37
enum FanMode_t {
38
FAN_MODE_OFF = (uint8_t) FanModeEnum::kOff,
0 commit comments