View Source Grizzly.ZWave.Commands.NodeRemove (grizzly v6.7.0)
Z-Wave command NODE_REMOVE
This command is useful for removing Z-Wave devices from the Z-Wave network
This response to this command should be a
Grizzly.ZWave.Commands.NodeRemoveStatus
Params:
:seq_number
- the sequence number for the network command (required):mode
- the mode for the remove node process (optional default:remove_node_any
)
Link to this section Summary
Link to this section Types
@type mode() :: :remove_node_any | :remove_node_stop
Link to this section Functions
@spec decode_mode(byte()) :: {:ok, mode()} | {:error, Grizzly.ZWave.DecodeError.t()}
@spec encode_mode(mode()) :: 1 | 5