grizzly v0.7.0 Grizzly.CommandClass.ZwaveplusInfo View Source

Link to this section Summary

Link to this section Types

Link to this type

node_type() View Source
node_type() :: :node | :ip_gateway | :reserved

Link to this type

report() View Source
report() :: %{
  version: byte(),
  role_type: role_type(),
  node_type: node_type(),
  installer_icon_type: integer(),
  user_icon_type: integer()
}

Link to this type

role_type() View Source
role_type() ::
  :controller_central_static
  | :controller_sub_static
  | :controller_portable
  | :controller_portable_reporting
  | :slave_portable
  | :slave_always_on
  | :slave_sleeping_reporting
  | :slave_sleeping_listening

Link to this section Functions

Link to this function

decode_node_type(arg1) View Source
decode_node_type(value :: byte()) :: node_type()

Link to this function

decode_role_type(int) View Source
decode_role_type(value :: byte()) :: role_type()