ExtendedColorLightDevice.GoogleTraits

class ExtendedColorLightDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    lightEffects: LightEffects?,
    extendedColorControl: ExtendedColorControl?
)

Public properties

ExtendedColorControl?

This trait provides additional features related to color control and is an extension of the Matter standard trait, ColorControl.

LightEffects?

This trait belongs to devices that can support complex lighting commands to change states, such as looping through various colors.

Public constructors

GoogleTraits

GoogleTraits(
    lightEffects: LightEffects?,
    extendedColorControl: ExtendedColorControl?
)

Public properties

extendedColorControl

val extendedColorControlExtendedColorControl?

This trait provides additional features related to color control and is an extension of the Matter standard trait, ColorControl.

lightEffects

val lightEffectsLightEffects?

This trait belongs to devices that can support complex lighting commands to change states, such as looping through various colors.