grizzly v0.6.0 Grizzly.CommandClass.NetworkManagementProxy.NodeListGet View Source

Command module for working with the NetworkManagementProxy command class NODE_LIST_GET command

Command Options:

  • :seq_number - the sequence number used for the Z/IP packet
  • :retries - the number of attempts to send the command (default 2)

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Grizzly.CommandClass.NetworkManagementProxy.NodeListGet{
  pre_states: [Grizzly.Network.State.state()],
  retries: non_neg_integer(),
  seq_number: Grizzly.seq_number()
}

Link to this section Functions

Callback implementation for Grizzly.Command.encode/1.

Link to this function

handle_response(command, arg2) View Source
handle_response(t(), Grizzly.Packet.t()) ::
  {:continue, t()}
  | {:done, {:error, :nack_response}}
  | {:done, [Grizzly.Node.t()]}
  | {:retry, t()}

Callback implementation for Grizzly.Command.handle_response/2.

Callback implementation for Grizzly.Command.init/1.