Q42.HueApi icon indicating copy to clipboard operation
Q42.HueApi copied to clipboard

Recall cannot be combined with "speed"

Open gkapellmann opened this issue 2 years ago • 1 comments

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.

gkapellmann avatar Sep 27 '23 17:09 gkapellmann

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.

michielpost avatar Nov 23 '23 11:11 michielpost