 | ZWManagerHealNetwork Method |
Heal network by requesting node's rediscover their neighbors.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic void HealNetwork(
uint homeId,
bool doRR
)
Public Sub HealNetwork (
homeId As UInteger,
doRR As Boolean
)
public:
virtual void HealNetwork(
[InAttribute] unsigned int homeId,
[InAttribute] bool doRR
) sealed
Parameters
- homeId
- Type: SystemUInt32
The Home ID of the Z-Wave network to be healed. - doRR
- Type: SystemBoolean
Whether to perform return routes initialization.
RemarksSends a ControllerCommand_RequestNodeNeighborUpdate to every node.
Can take a while on larger networks.
See Also