enum

Matter::Cluster::ThermostatCluster::ControlSequenceOfOperation

Inherits Enum < Comparable < Value < Object

Control sequence of operation

Constants

CoolingOnly = 0_u8
CoolingWithReheat = 1_u8
HeatingOnly = 2_u8
HeatingWithReheat = 3_u8
CoolingAndHeating = 4_u8
CoolingAndHeatingWithReheat = 5_u8

Instance methods

cooling_and_heating?

Returns true if this enum value equals CoolingAndHeating

Source
cooling_and_heating_with_reheat?

Returns true if this enum value equals CoolingAndHeatingWithReheat

Source
cooling_only?

Returns true if this enum value equals CoolingOnly

Source
cooling_with_reheat?

Returns true if this enum value equals CoolingWithReheat

Source
heating_only?

Returns true if this enum value equals HeatingOnly

Source
heating_with_reheat?

Returns true if this enum value equals HeatingWithReheat

Source