grizzly v0.5.0 Grizzly.CommandClass.WakeUp.IntervalGet View Source
Command module for working with Wake Up command class INTERVAL_GET 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()
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.WakeUp.IntervalGet{
retries: non_neg_integer(),
seq_number: Grizzly.seq_number()
}
t() :: %Grizzly.CommandClass.WakeUp.IntervalGet{ retries: non_neg_integer(), seq_number: Grizzly.seq_number() }