SceneAction
@Serializable
Action to be executed on the lights in the scene.
Constructors
Link copied to clipboard
fun SceneAction(powerValue: PowerValue? = null, dimmingValue: DimmingValue? = null, colorValue: ColorValue? = null, colorTemperatureValue: ColorTemperatureValue? = null, gradient: GradientValue? = null, effect: LightEffect? = null, dynamicsDuration: Duration? = null)