Skip to content

Scenes are not Working #7

@talun2075

Description

@talun2075

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 ;-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions