michielpost / Q42.HueApi

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

Errors when trying to use groupscenes #171

Closed akutruff closed 5 years ago

akutruff commented 5 years ago

I tried using - https://github.com/Q42/Q42.HueApi/issues/161

There are semantic changes when attempting to use group scenes. There was an enum verficiation bug due to the value being an integer, as well as errors when trying to manipulate the scene. Hue didn't document groupscenes well, so expected behavior is challenging to discern.

I apologize for not having exacts as I forgot to file the bug when I was investigating.

michielpost commented 5 years ago

Can you be more specific? What are you trying to do? Create a GroupScene using CreateGroupAsync? What error did you receive?