grizzly v0.4.2 Grizzly.CommandClass.Mailbox.ConfigurationGet View Source

Command for working with MAILBOX command class CONFIGURATION_GET command

Command Options:

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

Link to this section Summary

Types

An option to configure the command

t()

Link to this section Types

Link to this type

opt() View Source
opt() :: {:seq_number, non_neg_integer()} | {:retries, non_neg_integer()}

An option to configure the command

  • :seq_number - the sequence number used in the Z/IP packet
  • :retries - the number of times to retry sending command (default 2)
Link to this type

t() View Source
t() :: %Grizzly.CommandClass.Mailbox.ConfigurationGet{
  retries: non_neg_integer(),
  seq_number: Grizzly.seq_number()
}