Struct philipshue::hue::GroupCommand [] [src]

pub struct GroupCommand {
    pub name: Option<String>,
    pub lights: Vec<usize>,
    pub class: Option<RoomClass>,
}

Attributes of a group to be changed using set_group_attributes()

Fields

The new name for the group.

IDs of all the lights that should be in the group.

The class of the room. Default is Other.

Trait Implementations

impl Clone for GroupCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GroupCommand
[src]

Formats the value using the given formatter.