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

Command to set the DSK for a including node

Params:

  * `:seq_number` - the sequence number for the command (required)
  * `:accept` - the including controller accepts the inclusion process
     and should proceed with adding the including node (required)
  * `input_dsk_length` - the length of the DSK provided (required)
  * `input_dsk` - the DSK pin for the including node (required)

# `param`

```elixir
@type param() ::
  {:seq_number, Grizzly.ZWave.seq_number()}
  | {:accept, boolean()}
  | {:input_dsk_length, 0..15}
  | {:input_dsk, Grizzly.ZWave.DSK.t()}
```

---

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