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

Scenes are not Working #7

Open
talun2075 opened this issue Dec 18, 2020 · 0 comments
Open

Scenes are not Working #7

talun2075 opened this issue Dec 18, 2020 · 0 comments

Comments

@talun2075
Copy link

The art how Deconz submit the Scenes are different like in Q42.

If you call await client.GetScenesAsync(); you got nothing because there are no global scenes.

Now I see there 2 Problems.

First you add not the Scenes to the groups.
(Missing Property)

And second If you want to change something for a Scene it will never work because you send something like this:

API/groups/{0}/action with a body but the right way is to send

var result = await client.PutAsync(new Uri(ApiBase + string.Format("groups/{0}/scenes/{1}/recall", group,command.Scene)),null).ConfigureAwait(false);

Do you still work on this cool project, then I will try to help you to fix all the Problems we found.
I need to read a little bit about git and the pull/push stuff ;-)

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

1 participant