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

Module for working with the NODE_PROVISIONING_LIST_ITERATION_GET command

This command is used to read the entire the provisioning list.

Params:

  • :seq_number - the network command sequence number (required)
  • :remaining_counter - indicates the remaining amount of entries in the Provisioning List, not provided if starting (optional)

Summary

Types

@type param() ::
  {:seq_number, Grizzly.ZWave.seq_number()}
  | {:remaining_counter, non_neg_integer()}