 | ZWManagerReplaceFailedNode Method |
Replace a failed device with another.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool ReplaceFailedNode(
uint homeId,
byte nodeId
)
Public Function ReplaceFailedNode (
homeId As UInteger,
nodeId As Byte
) As Boolean
public:
virtual bool ReplaceFailedNode(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned char nodeId
) sealed
Parameters
- homeId
- Type: SystemUInt32
The HomeID of the Z-Wave network - nodeId
- Type: SystemByte
the ID of the Failed Node
Return Value
Type:
Booleanif the ReplaceFailedNode Command was send succesfully to the Controller
RemarksIf 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