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
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:
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