View Source Grizzly.ZWave.Commands.WakeUpIntervalSet (grizzly v6.0.1)
This module implements the WAKE_UP_INTERVAL_SET command of the COMMAND_CLASS_WAKE_UP command class.
Params:
:seconds
- the time in seconds between Wake Up periods at the sending node (required):node_id
- the Wake Up destination NodeID configured at the sending node (required)
Link to this section Summary
Link to this section Types
@type param() :: {:seconds, non_neg_integer()} | {:node_id, byte()}