Grizzly.ZWave.Commands.NodeAddDSKSet (grizzly v0.17.3) View Source
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)
Link to this section Summary
Link to this section Types
Specs
param() ::
{:seq_number, Grizzly.ZWave.seq_number()}
| {:accept, boolean()}
| {:input_dsk_length, 0..15}
| {:input_dsk, non_neg_integer()}