Struct philipshue::hue::GroupState [] [src]

pub struct GroupState {
    pub any_on: bool,
    pub all_on: bool,
    pub bri: Option<u8>,
    pub lastupdated: Option<String>,
    pub lastswitched: Option<String>,
}

State reprensentation of the group

Fields

false if all lamps are off, true otherwise.

true only if all lamps are on.

The average brightness of the group.

Last time the state of at least one light in the group was changed.

Last time the group was turned on or off.

Trait Implementations

impl Clone for GroupState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GroupState
[src]

Formats the value using the given formatter.