enum

Matter::Cluster::Definitions::Thermostat::SetpointAdjustMode

Inherits Enum < Comparable < Value < Object

Constants

Heat = 0_u8
Cool = 1_u8
Both = 2_u8

Instance methods

both?

Returns true if this enum value equals Both

Source
cool?

Returns true if this enum value equals Cool

Source
heat?

Returns true if this enum value equals Heat

Source