grizzly v0.8.7 Grizzly.CommandClass.MultiChannelAssociation.Get View Source

Command module for working with MULTI_CHANNEL_ASSOCIATION_GET command.

command options:

  • :group - the group number
  • :seq_number - The sequence number for the Z/IP Packet
  • :retries - The number of times to resend the command (default 2)

Link to this section Summary

Link to this section Types

Link to this type

opt() View Source
opt() ::
  {:seq_number, Grizzly.seq_number()}
  | {:retries, non_neg_integer()}
  | {:group, byte()}

Link to this type

t() View Source
t() :: %Grizzly.CommandClass.MultiChannelAssociation.Get{
  buffer: map(),
  group: byte(),
  retries: non_neg_integer(),
  seq_number: non_neg_integer() | nil
}