View Source Grizzly.ZWave.Commands.NodeProvisioningGet (grizzly v8.3.0)

This module implements command COMMAND_NODE_PROVISIONING_GET of the COMMAND_CLASS_NODE_PROVISIONING command class

This command is used to request the metadata information associated to an entry in the node Provisioning List

Params:

  • :seq_number - the sequence number of the networked command (required)
  • :dsk - the Grizzly.ZWave.DSK.t() for the entry being requested (required)

Summary

Types

@type param() ::
  {:seq_number, Grizzly.ZWave.seq_number()} | {:dsk, Grizzly.ZWave.DSK.t()}