SceneAction
@Serializable
Action to be executed on the lights in the scene.
Constructors
Link copied to clipboard
constructor(powerValue: PowerValue? = null, dimmingValue: DimmingValue? = null, colorValue: ColorValue? = null, colorTemperatureValue: ColorTemperatureValue? = null, gradient: GradientValue? = null, effect: LightEffect? = null, dynamicsDuration: Duration? = null)
Properties
Link copied to clipboard
Color temperature values of the lights in the scene, if applicable.
Link copied to clipboard
Color values of the lights in the scene, if applicable.
Link copied to clipboard
Dimming values of the lights in the scene, if applicable.
Link copied to clipboard
Duration of a light transition or timed effects.
Link copied to clipboard
Effect values applied to lights in the scene.
Link copied to clipboard
Gradient values of the lights in the scene, if applicable.
Link copied to clipboard
On/Off state of the lights in the scene.