View Source Grizzly.ZWave.Commands.DSKGet (grizzly v8.5.3)
Request the S2 DSK of a Node
The response to this command is DSKReport
Params:
:seq_number
- the sequence number of the networked command (required):add_mode
- some S2 nodes maybe have two different types of DSKs one being added into a Z-Wave network (learn mode) and another for adding other nodes in the network (add mode) (optional default:learn
)
Summary
Types
@type param() :: {:seq_number, Grizzly.ZWave.seq_number()} | {:add_mode, Grizzly.ZWave.CommandClasses.NetworkManagementBasicNode.add_mode()}