Click or drag to resize

ZWManagerHealNetworkNode Method

Heal network node by requesting the node rediscover their neighbors.

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

Parameters

homeId
Type: SystemUInt32
The Home ID of the Z-Wave network to be healed.
nodeId
Type: SystemByte
The node to heal.
doRR
Type: SystemBoolean
Whether to perform return routes initialization.
Remarks
Sends a ControllerCommand_RequestNodeNeighborUpdate to the node.
See Also