Scene

@Serializable
data class Scene(val id: ResourceId, val v1Id: String? = null, val actions: List<SceneActionReference>, val metadata: SceneMetadata, val group: ResourceReference, val speed: Percentage, val autoDynamic: Boolean, val palette: ScenePalette? = null)

Scene data, used to store and recall settings for a group of lights.

Constructors

Link copied to clipboard
fun Scene(id: ResourceId, v1Id: String? = null, actions: List<SceneActionReference>, metadata: SceneMetadata, group: ResourceReference, speed: Percentage, autoDynamic: Boolean, palette: ScenePalette? = null)

Properties

Link copied to clipboard

List of actions to be executed synchronously on recal.

Link copied to clipboard

Speed of dynamic palette for this scene.

Link copied to clipboard

Group associated with this Scene.

Link copied to clipboard

Unique identifier representing a specific resource instance

Link copied to clipboard

User-configured metadata for the scene.

Link copied to clipboard
val palette: ScenePalette? = null

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

Link copied to clipboard
val speed: Percentage

Speed of dynamic palette for this scene.

Link copied to clipboard
val v1Id: String? = null

Clip v1 resource identifier.