View Source Grizzly.ZWave.Commands.NodeRemove (grizzly v7.4.2)

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)

Summary

Types

@type mode() :: :remove_node_any | :remove_node_stop

Functions

@spec decode_mode(byte()) :: {:ok, mode()} | {:error, Grizzly.ZWave.DecodeError.t()}
@spec encode_mode(mode()) :: 1 | 5