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

Command used to grant the security keys to the including node if the
including node requested keys.

This normally only needs to happen during the S2 bootstrapping process.

Params:

  * `:seq_number` - the sequence number (required)
  * `:csa` - if the including node requested client side authentication,
    then setting this to `true` will allow for that node to preform CSA
    (required)
  * `:granted_keys` - the keys the including controller is granting to the
    including device, see `Grizzly.ZWave.Security` for more information
    (required)

---

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