smartrent / grizzly

Elixir Z-Wave Library

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime error when listing commands for a command class

mattludwigs opened this issue · comments

iex(5)> Grizzly.commands_for_command_class(Grizzly.ZWave.CommandClasses.Configuration)
** (UndefinedFunctionError) function Grizzly.ZWave.Commands.DoorConfigurationSet.new/1 is undefined (module Grizzly.ZWave.Commands.DoorConfigurationSet is not available)
    Grizzly.ZWave.Commands.DoorConfigurationSet.new([])
    (grizzly 0.15.11) lib/grizzly.ex:261: anonymous fn/2 in Grizzly.commands_for_command_class/1
    (elixir 1.11.2) lib/enum.ex:3369: Enum.filter_list/2
    (grizzly 0.15.11) lib/grizzly.ex:260: Grizzly.commands_for_command_class/

When trying to list the commands for the Configuration command class this runtime error happens