SceneCreateParameters
@Serializable
Parameters used for creating a new Scene on the Hue bridge.
Constructors
Link copied to clipboard
constructor(actions: List<SceneActionReference>, metadata: SceneMetadata, group: ResourceReference, 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
Indicates whether to automatically start the scene dynamically on active recall.
Link copied to clipboard
The group of lights in the scene.
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
The speed of the dynamic palette.