enum Matter::Cluster::FanControlCluster::FanModeSequence

Overview

Fan mode sequence values (indicates which modes are supported)

Defined in:

matter/cluster/fan_control_cluster.cr

Enum Members

OffLowMedHigh = 0
OffLowHigh = 1
OffLowMedHighAuto = 2
OffLowHighAuto = 3
OffHighAuto = 4
OffHigh = 5

Instance Method Summary

Instance Method Detail

def off_high? #

Returns true if this enum value equals OffHigh


[View source]
def off_high_auto? #

Returns true if this enum value equals OffHighAuto


[View source]
def off_low_high? #

Returns true if this enum value equals OffLowHigh


[View source]
def off_low_high_auto? #

Returns true if this enum value equals OffLowHighAuto


[View source]
def off_low_med_high? #

Returns true if this enum value equals OffLowMedHigh


[View source]
def off_low_med_high_auto? #

Returns true if this enum value equals OffLowMedHighAuto


[View source]