smartrent / grizzly

Elixir Z-Wave Library

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support failed node list get command

mattludwigs opened this issue · comments

The failed node list report command is already supported, so this should just needs:

  1. Command implementation
  2. Add to the command table
  3. A helper function in the Grizzly.Network module (nice to have)

This was done in #578.