Click or drag to resize

ZWManagerHasNodeFailed Method

Check if the Controller Believes a Node has Failed.

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

Parameters

homeId
Type: SystemUInt32
The HomeID of the Z-Wave network where you want to test the device
nodeId
Type: SystemByte
The NodeID of the Failed Node.

Return Value

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

This is different from the IsNodeFailed call in that we test the Controllers Failed Node List, whereas the IsNodeFailed is testing our list of Failed Nodes, which might be different.

The Results will be communicated via Notifications. Specifically, you should monitor the ControllerCommand notifications

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

See Also