View Source Grizzly.ZWave.Commands.FailedNodeRemoveStatus (grizzly v1.0.1)
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
When encoding the params you can encode for a specific command class version
by passing the :command_class_version to the encode options
Grizzly.ZWave.Commands.FailedNodeRemoveStatus.encode_params(failed_node_remove_status, command_class_version: 3)If there is no command class version specified this will encode to version 4 of
the NetworkManagementInclusion command class. This version supports the use
of 16 bit node ids.
Link to this section Summary
Link to this section Types
Specs
param() ::
{:node_id, char()}
| {:seq_number, Grizzly.ZWave.seq_number()}
| {:status, status()}
Specs
status() :: :done | :failed_node_not_found | :failed_node_remove_fail