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

This command is sent to the unsolicited destinations when a Smart Start
inclusion starts.

The Add Node Status Command MUST be issued after the Smart Start inclusion and S2 bootstrapping
attempts took place.

Params:
  `:seq_number` - the sequence number for the networked command (required)
* `:dsk` - a DSK string for the device see `Grizzly.ZWave.DSK` for more more information (required)

# `param`

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

---

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