enum

Matter::Cluster::PowerSourceCluster::PowerSourceStatus

Inherits Enum < Comparable < Value < Object

Power source status values

Constants

Unspecified = 0
Active = 1
Standby = 2
Unavailable = 3

Instance methods

active?

Returns true if this enum value equals Active

Source
standby?

Returns true if this enum value equals Standby

Source
unavailable?

Returns true if this enum value equals Unavailable

Source
unspecified?

Returns true if this enum value equals Unspecified

Source