grizzly v0.9.0-rc.3 Grizzly.ZWave.Commands.NodeRemoveStatus View Source
Z-Wave command for NODE_REMOVE_STATUS
This command is useful to respond to a Grizzly.ZWave.Commands.NodeRemove
command.
Params:
:seq_number
- the sequence number from the original node remove command:status
- the status of the result of the node removal:node_id
the node id of the removed node
All the parameters are required
Link to this section Summary
Link to this section Types
Specs
status() :: :done | :failed
Link to this section Functions
Specs
decode_status(byte()) :: {:ok, status()} | {:error, Grizzly.ZWave.DecodeError.t()}
Specs
encode_status(status()) :: 6 | 7