Click or drag to resize

ZWManagerReplaceFailedNode Method

Replace a failed device with another.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool ReplaceFailedNode(
	uint homeId,
	byte nodeId
)

Parameters

homeId
Type: SystemUInt32
The HomeID of the Z-Wave network
nodeId
Type: SystemByte
the ID of the Failed Node

Return Value

Type: Boolean
if the ReplaceFailedNode Command was send succesfully to the Controller
Remarks

If the node is not in the controller's failed nodes list, or the node responds, this command will fail.

You can check if a Node is in the Controllers Failed node list by using the HasNodeFailed method

Results of the ReplaceFailedNode Command will be send as a Notification with the Notification type as Notification::Type_ControllerCommand

See Also