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

Defined in:

matter/cluster/definitions/power_source.cr

Enum Members

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 Method Summary

Instance Method Detail

def over_temp? #

Returns true if this enum value equals OverTemp


[View source]
def under_temp? #

Returns true if this enum value equals UnderTemp


[View source]
def unspecified? #

Returns true if this enum value equals Unspecified


[View source]