enum

Matter::Cluster::OnOffCluster::Feature

Inherits Enum < Comparable < Value < Object

Feature flags

Constants

None = 0_u32
Lighting = 1_u32
DeadFrontBehavior = 2_u32
OffOnly = 4_u32
All = 7_u32

Instance methods

dead_front_behavior?

Returns true if this enum value contains DeadFrontBehavior

Source
lighting?

Returns true if this enum value contains Lighting

Source
none?

Returns true if this enum value contains None

Source
off_only?

Returns true if this enum value contains OffOnly

Source