michielpost / Q42.HueApi

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

Latest package breakes Scenes #50

Closed niels9001 closed 8 years ago

niels9001 commented 8 years ago

Just a heads up - after installing the latest NuGet package scenes are no longer cast correctly. Stuff like id is null.

michielpost commented 8 years ago

Thanks. It's fixed in version 2.2.2 which is now on NuGet. It was caused by removed a bit too much fields with this change: https://github.com/Q42/Q42.HueApi/issues/49

SyedWasiHaider commented 8 years ago

Hi there. This may not be related to the above bug but I found that when I add a scene using the hue dashboard (https://my.meethue.com/en-us/my-scenes), the REST API endpoint /scenes/ will not include those. Is there any way to get those scenes?

michielpost commented 8 years ago

They are probably only stored on the Philips Hue servers, so the bridge does not have them locally stored.