Struct philipshue::hue::SceneCreater [] [src]

pub struct SceneCreater {
    pub name: String,
    pub lights: Vec<usize>,
    pub recycle: Option<bool>,
    pub appdata: Option<AppData>,
    pub picture: Option<String>,
    pub transitiontime: Option<u16>,
}

Fields

Human readable name.

IDs of the lights the scene uses.

Whether the bridge can just delete this scene.

Application specific data.

Picture for the scene

Duration of time (in deciseconds) for the lights to transition from one state to another with this scene.

Trait Implementations

impl Clone for SceneCreater
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SceneCreater
[src]

Formats the value using the given formatter.