grizzly v0.6.4 Grizzly.CommandClass.WakeUp.NoMoreInformation View Source

Command module for working with Wake Up command class WAKE_UP_NO_MORE_INFORMATION command Ref Docs: SDS13782 Z-Wave Management Command Class Specification.pdf Command Options:

  • :seq_number - The sequence number in the Z/IP Packet
  • :retries - The number to attempts to send 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.WakeUp.NoMoreInformation{
  retries: non_neg_integer(),
  seq_number: Grizzly.seq_number()
}