michielpost / Q42.HueApi

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

Trying to create a GroupScene and getting exception #227

Closed guytaylor closed 3 years ago

guytaylor commented 3 years ago

Hi there, I am trying to create a GroupScene and am getting an exception:

image

I assumed from the Phillips docs, that would be all I need to pass: image

Can you please advise what I am missing? Thanks :) Guy

PS. Creating LightScenes like this works fine: image

michielpost commented 3 years ago

Thanks, that was a bug. Fixed in version 3.15.5, now on NuGet!

guytaylor commented 3 years ago

That worked. Thank you very much for the quick fix!! :)