enum

Matter::Cluster::ThermostatCluster::Feature

Inherits Enum < Comparable < Value < Object

Feature flags

Constants

Heating = 1_u32
Cooling = 2_u32
Automode = 32_u32
None = 0_u32
All = 35_u32

Instance methods

automode?

Returns true if this enum value contains Automode

Source
cooling?

Returns true if this enum value contains Cooling

Source
heating?

Returns true if this enum value contains Heating

Source
none?
Source