michielpost / Q42.HueApi

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

Recall cannot be combined with "speed" #310

Open gkapellmann opened 9 months ago

gkapellmann commented 9 months ago

Hi

I recently started getting this error message, I basicaly do this:

UpdateScene req = new UpdateScene() { Recall = new Recall() { Action = SceneRecallAction.active }, Speed = speed }; var result = await localHueClient.UpdateSceneAsync(id, req);

It was working before, but I guess something changed in a recent update? I just spottet this now.

michielpost commented 7 months ago

Yes I get the same error when I try to use them both at the same time: Recall cannot be combined with modifying 'speed'"}]}

So it's something that has changed on the bridge.