GroupedLightUpdateParameters

@Serializable
data class GroupedLightUpdateParameters(    val power: PowerParameters? = null,     val dimming: DimmingParameters? = null,     val dimmingDelta: DimmingDeltaParameters? = null,     val colorTemperature: ColorTemperatureParameters? = null,     val colorTemperatureDelta: ColorTemperatureDeltaParameters? = null,     val color: ColorParameters? = null,     val alert: AlertParameters? = null,     val dynamics: DynamicsParameters? = null)

State and settings that can be modified on a grouped light.

Constructors

Link copied to clipboard
fun GroupedLightUpdateParameters(    power: PowerParameters? = null,     dimming: DimmingParameters? = null,     dimmingDelta: DimmingDeltaParameters? = null,     colorTemperature: ColorTemperatureParameters? = null,     colorTemperatureDelta: ColorTemperatureDeltaParameters? = null,     color: ColorParameters? = null,     alert: AlertParameters? = null,     dynamics: DynamicsParameters? = null)

Properties

Link copied to clipboard
val alert: AlertParameters? = null

Specify a new joined alert state for the light group.

Link copied to clipboard
val color: ColorParameters? = null

Specify a new color state for the joined light group.

Link copied to clipboard

Specify a new color temperature state for the joined light group.

Link copied to clipboard

Specify a relative color temperature change for the light group.

Link copied to clipboard

Specify a new dimming state for the joined light group.

Link copied to clipboard

Specify a relative dimming state to adjust on the light group.

Link copied to clipboard

Specify the dynamics for the state change.

Link copied to clipboard
val power: PowerParameters? = null

Specify a new power state for the joined light group.