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

Module for working with the `NODE_PROVISIONING_REPORT` command

This command is used to advertise the contents of an entry in the node Provisioning List of the sending node

Params:

  * `:seq_number` - the network command sequence number (required)
  * `:dsk` - a DSK string for the device see `Grizzly.ZWave.DSK` for more more information (optional)
  * `:meta_extensions` - a list of `Grizzly.ZWave.SmartStart.MetaExtension.t()` (optional default `[]`)

# `param`

```elixir
@type param() ::
  {:seq_number, Grizzly.ZWave.seq_number()}
  | {:dsk, Grizzly.ZWave.DSK.t()}
  | {:meta_extensions, [Grizzly.ZWave.SmartStart.MetaExtension.extension()]}
```

---

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