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

This command is used to advertise the current list of failing nodes in the network.

Params:

  * `:seq_number` - Sequence number
  * `:node_ids` - The ids of all nodes in the network found to be unresponsive

# `param`

```elixir
@type param() ::
  {:node_ids, [Grizzly.ZWave.node_id()]}
  | {:seq_number, Grizzly.ZWave.seq_number()}
```

---

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