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

Command to report the security keys requested by an including node if that
node is participating in S2 bootstrapping.

Params:

  * `:seq_number` - the sequence number of the command (required)
  * `:csa` - if the including node is doing client side authentication
    (require)
  * `:requested_keys` - a list of requested security keys see
    `Grizzly.ZWave.Security` for more information. (required)

---

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