Scene
@Serializable
Scene data, used to store and recall settings for a group of lights.
Constructors
Link copied to clipboard
constructor(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
Group of colors that describe the palette of colors to be used when playing dynamics.
Link copied to clipboard
Speed of dynamic palette for this scene.