View Source Grizzly.ZWave.Commands.SmartStartJoinStarted (grizzly v7.4.2)

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)

Summary

Types

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