SceneUpdateParameters

@Serializable
data class SceneUpdateParameters(val actions: List<SceneActionReference>? = null, val recall: SceneRecall? = null, val metadata: SceneMetadata? = null, val palette: ScenePalette? = null, val speed: Percentage? = null, val autoDynamic: Boolean? = null)

Constructors

Link copied to clipboard
constructor(actions: List<SceneActionReference>? = null, recall: SceneRecall? = null, metadata: SceneMetadata? = null, palette: ScenePalette? = null, speed: Percentage? = null, autoDynamic: Boolean? = null)

Properties

Link copied to clipboard

Actions to be applied to each device in the scene's group.

Link copied to clipboard
@SerialName(value = "auto_dynamic")
val autoDynamic: Boolean?

Indicates whether to automatically start the scene dynamically on active recall.

Link copied to clipboard

User-supplied configuration info for the scene.

Link copied to clipboard

Group of colors that describe the palette of colors used to be used when playing dynamics.

Link copied to clipboard
Link copied to clipboard
val speed: Percentage?

The speed of the dynamic palette.