View Source Grizzly.ZWave.Commands.WakeUpIntervalReport (grizzly v8.0.1)

This module implements the WAKE_UP_INTERVAL_REPORT 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()}