Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recall cannot be combined with "speed" #310

Open
gkapellmann opened this issue Sep 27, 2023 · 1 comment
Open

Recall cannot be combined with "speed" #310

gkapellmann opened this issue Sep 27, 2023 · 1 comment

Comments

@gkapellmann
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants