enum

Matter::Cluster::ThermostatCluster::ThermostatRunningMode

Inherits Enum < Comparable < Value < Object

Thermostat running mode

Constants

Off = 0_u8
Cool = 3_u8
Heat = 4_u8

Instance methods

cool?

Returns true if this enum value equals Cool

Source
heat?

Returns true if this enum value equals Heat

Source
off?

Returns true if this enum value equals Off

Source