enum

Matter::Cluster::Definitions::PowerSource::WiredFault

Inherits Enum < Comparable < Value < Object

Constants

Unspecified = 0_u8

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

OverVoltage = 1_u8

The Node detects the supplied voltage is above maximum supported value for this wired power source.

UnderVoltage = 2_u8

The Node detects the supplied voltage is below maximum supported value for this wired power source.

Instance methods

over_voltage?

Returns true if this enum value equals OverVoltage

Source
under_voltage?

Returns true if this enum value equals UnderVoltage

Source
unspecified?

Returns true if this enum value equals Unspecified

Source