grizzly v0.7.0 Grizzly.CommandClass.WakeUp.IntervalSet View Source
Command module for working with the Wake Up command class INTERVAL_SET command Ref Docs: SDS13782 Z-Wave Management Command Class Specification.pdf Command Options:
:seconds
- The number seconds for the device to wake up between 0 and 16777215:node_id
- The node that the device should send the wake up notification to:seq_number
- The sequence number used for the Z/IP packet:retries
- The number of 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()}
| {:seconds, non_neg_integer()}
| {:node_id, Grizzly.Node.node_id()}
opt() :: {:seq_number, Grizzly.seq_number()} | {:retries, non_neg_integer()} | {:seconds, non_neg_integer()} | {:node_id, Grizzly.Node.node_id()}
Link to this type
t()
View Source
t()
View Source
t() :: %Grizzly.CommandClass.WakeUp.IntervalSet{
node_id: Grizzly.Node.node_id(),
retries: non_neg_integer(),
seconds: non_neg_integer(),
seq_number: Grizzly.seq_number()
}
t() :: %Grizzly.CommandClass.WakeUp.IntervalSet{ node_id: Grizzly.Node.node_id(), retries: non_neg_integer(), seconds: non_neg_integer(), seq_number: Grizzly.seq_number() }