grizzly v0.8.2 Grizzly.CommandClass.MultiChannelAssociation.SupportedGroupingsGet View Source

Command module for working with MULTI_CHANNEL_ASSOCIATION_GROUPINGS_GET command.

command options:

  • :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()}

Link to this type

t() View Source
t() :: %Grizzly.CommandClass.MultiChannelAssociation.SupportedGroupingsGet{
  retries: non_neg_integer(),
  seq_number: non_neg_integer() | nil
}