You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.
Right now when creating an InsteonDevice the flow resembles
on init set to generic
init calls functions.initialize_device which creates the groups and at least adds the root as group 0x01
init also calls send_handler.intialize_device which runs a bunch of inits steps and calls Insteon_Device.update_device
update_device uses the dev_cat data to re-init the various handlers to their proper type
This seems circuitous. Some of this is needed, for example we need a generic send and rcvd handler to do a dev_cat query. But if we could condense this down, I am sure we would avoid some gnarly errors.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now when creating an InsteonDevice the flow resembles
This seems circuitous. Some of this is needed, for example we need a generic send and rcvd handler to do a dev_cat query. But if we could condense this down, I am sure we would avoid some gnarly errors.
The text was updated successfully, but these errors were encountered: