smartrent / grizzly

Elixir Z-Wave Library

Home Page:https://hex.pm/packages/grizzly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update checking for when zipgateway is ready

mattludwigs opened this issue · comments

The next release of the Z-Wave spec says zipgateway will notify the unsolicited destination of the node list when zipgateway is ready.

This is already happening but is just becoming official. So, we should update how Grizzly notifies the consumer to use this rather than polling the controller by trying to connect to it. This should improve some startup times.

One thing to test is which versions of zipgateway do this to see if we need to maintain backward capability with older versions.