enum

Matter::Cluster::Definitions::PowerSource::Fault

Inherits Enum < Comparable < Value < Object

Constants

Unspecified = 0_u8

The Node detects an unspecified fault on this battery power source.

OverTemp = 1_u8

The Node detects the temperature of this battery power source is above ideal operating conditions.

UnderTemp = 2_u8

The Node detects the temperature of this battery power source is below ideal operating conditions.

Instance methods

over_temp?

Returns true if this enum value equals OverTemp

Source
under_temp?

Returns true if this enum value equals UnderTemp

Source
unspecified?

Returns true if this enum value equals Unspecified

Source