smartrent / grizzly

Elixir Z-Wave Library

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better Queued report handling

mattludwigs opened this issue · comments

Current Grizzly kinda forces the caller to use a GenServer to make calls out to Z-Wave due to the way queued commands are handled. It would be nice to allow for a Queued handler of some type to allow the caller to not be forced into a GenServer.