Enum philipshue::hue::GroupType [] [src]

pub enum GroupType {
    Luminaire,
    LightSource,
    LightGroup,
    Room,
}

Type of a group

Variants

Multisource luminaire group.

A sub group of multisource luminaire lights.

A simple group of lights that can be controlled together.

A group of lights that are physically in the same room.

Trait Implementations

impl Copy for GroupType
[src]

impl Clone for GroupType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GroupType
[src]

Formats the value using the given formatter.

impl Display for GroupType
[src]

Formats the value using the given formatter.