# `Grizzly.ZWave.Commands.NodeProvisioningGet`
[🔗](https://github.com/smartrent/grizzly/blob/v9.1.4/lib/grizzly/zwave/commands/node_provisioning_get.ex#L1)

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)

# `param`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
