enum

Matter::Cluster::CarbonDioxideConcentrationMeasurementCluster::LevelValue

Inherits Enum < Comparable < Value < Object

Level value for coarse indication

Constants

Unknown = 0
Low = 1
Medium = 2
High = 3
Critical = 4

Instance methods

critical?

Returns true if this enum value equals Critical

Source
high?

Returns true if this enum value equals High

Source
low?

Returns true if this enum value equals Low

Source
medium?

Returns true if this enum value equals Medium

Source
unknown?

Returns true if this enum value equals Unknown

Source