michielpost / Q42.HueApi

C# helper library to talk to the Philips Hue bridge
MIT License
411 stars 114 forks source link

Entertainment GroupType #134

Closed vandenbrakel closed 6 years ago

vandenbrakel commented 6 years ago

https://github.com/Q42/Q42.HueApi/blob/master/src/Q42.HueApi/Models/Groups/Group.cs has New "Entertainment" Group missing in GroupType;

Thanks.

///

/// Possible group types /// public enum GroupType {

    [EnumMember(Value = "LightGroup")]
    LightGroup,
    [EnumMember(Value = "Room")]
    Room,
    [EnumMember(Value = "Luminaire")]
    Luminaire,
    [EnumMember(Value = "LightSource")]
    LightSource
}
michielpost commented 6 years ago

Support for Hue Entertainment will be available soon.

michielpost commented 6 years ago

Hue Entertainment support is available in release 3.6.0 https://github.com/Q42/Q42.HueApi/releases/tag/3.6.0

Check out the new Q42.HueApi.Entertainment documentation https://github.com/Q42/Q42.HueApi/blob/master/EntertainmentApi.md