View Source Grizzly.ZWave.Commands.NodeInformationSend (grizzly v8.6.6)
Instruct a node to send its Node Information Frame to another node (typically a controller).
Params
- seq_number - the sequence number of the network managment command (required)
- destination_node_id - the node that should receive the node information frame (required)
- tx_options - the transmission options for the target node to use when sending its NIF (optional)
Summary
Types
@type param() :: {:seq_number, Grizzly.seq_number()} | {:destination_node_id, Grizzly.node_id()} | {:tx_options, [tx_opt()]}
@type tx_opt() :: :ack | :low_power | :no_route | :explore