michielpost / Q42.HueApi

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

UpdateSceneAsync() serializes Id wrong #103

Closed niels9001 closed 7 years ago

niels9001 commented 7 years ago

HueResults x = await Client.UpdateSceneAsync(SelectedScene.Id, SelectedScene);

results in:

{"**Id**":"GQiJIITMPFDgx66","name":"TesterScene","lights":["1","4","6"]}

Response: [{"error":{"type":6,"address":"/scenes/GQiJIITMPFDgx66/Id","description":"parameter, Id, not available"}}]

michielpost commented 7 years ago

Fixed in version 3.3.1