View Source Grizzly.ZWave.Commands.WakeUpIntervalSet (grizzly v7.4.2)

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)

Summary

Types

@type param() :: {:seconds, non_neg_integer()} | {:node_id, byte()}