enum

Matter::Cluster::LevelControlCluster::Feature

Inherits Enum < Comparable < Value < Object

Feature flags

Constants

OnOff = 1_u32
Lighting = 2_u32
Frequency = 4_u32
None = 0_u32
All = 7_u32

Instance methods

frequency?

Returns true if this enum value contains Frequency

Source
lighting?

Returns true if this enum value contains Lighting

Source
none?
Source
on_off?

Returns true if this enum value contains OnOff

Source