View Source Grizzly.ZWave.Commands.NodeAddDSKSet (grizzly v8.6.6)
Command to set the DSK for a including node
Params:
:seq_number
- the sequence number for the command (required):accept
- the including controller accepts the inclusion process and should proceed with adding the including node (required)input_dsk_length
- the length of the DSK provided (required)input_dsk
- the DSK pin for the including node (required)
Summary
Types
@type param() :: {:seq_number, Grizzly.ZWave.seq_number()} | {:accept, boolean()} | {:input_dsk_length, 0..15} | {:input_dsk, Grizzly.ZWave.DSK.t()}