View Source Grizzly.ZWave.Commands.DSKReport (grizzly v6.0.1)
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.NetworkManagementBasicNode
for more information (required):dsk
- the DSK string for the node, seeGrizzly.ZWave.DSK
for more information (required)
Link to this section Summary
Link to this section Types
@type param() :: {:seq_number, Grizzly.ZWave.seq_number()} | {:add_mode, Grizzly.ZWave.CommandClasses.NetworkManagementBasicNode.add_mode()} | {:dsk, Grizzly.ZWave.DSK.t()}