Grizzly.ZWave.Commands.DSKReport (grizzly v0.17.3) View Source
Report the DSK for the Z-Wave Node
This command is the response to the Grizzly.ZWave.Commands.DSKGet command
Params:
:seq_number- the sequence number for the networked command (required):add_mode- the add mode for the DSK seeGrizzly.ZWave.CommandClasses.NetworkManagementBasicNodefor more information (required):dsk- the DSK string for the node, seeGrizzly.ZWave.DSKfor more information (required)
Link to this section Summary
Link to this section Types
Specs
param() ::
{:seq_number, Grizzly.ZWave.seq_number()}
| {:add_mode,
Grizzly.ZWave.CommandClasses.NetworkManagementBasicNode.add_mode()}
| {:dsk, Grizzly.ZWave.DSK.dsk_string()}