Grizzly.ZWave.Commands.NodeAddDSKReport (grizzly v0.17.3) View Source
The Z-Wave Command NODE_ADD_DSK_REPORT
This report is used by the including controller to ask for the DSK for the device that is being included.
Params
:seq_number- sequence number for the command (required):input_dsk_length- the required number of bytes must be in the:dskfield to be authenticated (optional default:0):dsk- the DSK for the device seeGrizzly.ZWave.DSKfor more information (required)
The :input_dsk_length field can be set to 0 if not provided. That means that
device does not require any user input to the DSK set command to authenticate
the device. This case is normal when :s2_unauthenticated or client side
authentication has been given.
Link to this section Summary
Link to this section Types
Specs
param() ::
{:seq_number, Grizzly.seq_number()}
| {:input_dsk_length, 0..16}
| {:dsk, Grizzly.ZWave.DSK.dsk_string()}