Grizzly.ZWave.Commands.NodeRemove (grizzly v0.18.0) View Source
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
Specs
mode() :: :remove_node_any | :remove_node_stop
Link to this section Functions
Specs
decode_mode(byte()) :: {:ok, mode()} | {:error, Grizzly.ZWave.DecodeError.t()}
Specs
encode_mode(mode()) :: 1 | 5