Skip to content

Implement events for home automation #8

Description

@jlynch630

Events like "automation.state?notify" are currently not implemented due to the variety of their payloads. However, these can probably be added in the form:

Hub.OnAutomationStateUpdated += (Dictionary<string, dynamic/JSON string> devices) => {

}

which will be passed a dictionary with keys representing devices ids, like "hue-mac:address" and values with their payload data either as a dynamic object or as a JSON string

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