michielpost / Q42.HueApi

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

UpdateGroupAsync results in parameter, /groups/{id}/type, is not modifiable #140

Closed TheDeadEndLink closed 6 years ago

TheDeadEndLink commented 6 years ago

Hi

When calling UpdateGroupAsync to update a group (room), then I get along with success for lights, name and class the error "/groups/{id}/type, is not modifiable".

According to the signature of the method the type should not be changed and the hue API is not supporting to change the type at all:

await client.UpdateGroupAsync(id, lights, name, class);

Could you have a look at this? Thanks for your great work!

Michael

michielpost commented 6 years ago

Thanks, should be fixed in version 3.6.2, now on NuGet