grizzly v0.8.5 Grizzly.CommandClass.Association.SupportedGroupingsGet View Source
Command module for working with 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()
View Source
opt() :: {:seq_number, Grizzly.seq_number()} | {:retries, non_neg_integer()}
opt() :: {:seq_number, Grizzly.seq_number()} | {:retries, non_neg_integer()}
Link to this type
t()
View Source
t()
View Source
t() :: %Grizzly.CommandClass.Association.SupportedGroupingsGet{
retries: non_neg_integer(),
seq_number: non_neg_integer() | nil
}
t() :: %Grizzly.CommandClass.Association.SupportedGroupingsGet{ retries: non_neg_integer(), seq_number: non_neg_integer() | nil }