LevelControlTrait.Feature

data class LevelControlTrait.Feature : ClusterBitmap


LevelControl cluster FeatureMap. Some behaviors of these features are described in the cluster attributes and commands. For complete details of these features, see the Matter Specification.

Summary

Public constructors

Feature(onOff: Boolean, lighting: Boolean, frequency: Boolean)

Creates the Feature data class.

Public functions

open ULong

Public properties

Boolean

Supports frequency attributes and behavior.

Boolean

Has behavior that supports lighting apps.

Boolean

Dependency with the OnOff cluster.

Public constructors

Feature

Feature(
    onOff: Boolean = false,
    lighting: Boolean = false,
    frequency: Boolean = false
)

Creates the Feature data class.

Public functions

toRaw

open fun toRaw(): ULong

Public properties

frequency

val frequencyBoolean

Supports frequency attributes and behavior.

lighting

val lightingBoolean

Has behavior that supports lighting apps.

onOff

val onOffBoolean

Dependency with the OnOff cluster.