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

This command is sent by Z/IP Gateway to the unsolicited destination(s) when a
SmartStart Included Node Information Frame (NIF) is received and both of the
following conditions are fulfilled:

* The advertised NWI Home ID (bytes 9-12 of the node's DSK) matches a DSK on
  the provisioning list
* The advertised Home ID is different from the current network Home ID

This indicates that the a SmartStart node on the provisioning list is included
into a different network and must be excluded/reset before it can be included.

# `param`

```elixir
@type param() :: {:seq_number, byte()} | {:dsk, Grizzly.ZWave.DSK.t()}
```

---

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