grizzly v0.7.0 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()
View Source
opt() ::
{:seq_number, Grizzly.seq_number()}
| {:retries, non_neg_integer()}
| {:group, byte()}
opt() :: {:seq_number, Grizzly.seq_number()} | {:retries, non_neg_integer()} | {:group, byte()}
Link to this type
t()
View Source
t()
View Source
t() :: %Grizzly.CommandClass.MultiChannelAssociation.Get{
buffer: map(),
group: byte(),
retries: non_neg_integer(),
seq_number: non_neg_integer() | nil
}
t() :: %Grizzly.CommandClass.MultiChannelAssociation.Get{ buffer: map(), group: byte(), retries: non_neg_integer(), seq_number: non_neg_integer() | nil }