grizzly v0.15.0 Grizzly.ZWave.Commands.FailedNodeRemoveStatus View Source
This command reports on the attempted removal of a presumed failed node.
Params:
:node_id
- the id of the node which removal for failure was attempted:seq_number
- the sequence number of the removal command:status
- whether the presumed failed node was removed
Link to this section Summary
Link to this section Types
Specs
param() :: {:node_id, byte()} | {:seq_number, Grizzly.ZWave.seq_number()} | {:status, status()}
Specs
status() :: :done | :failed_node_not_found | :failed_node_remove_fail