Click or drag to resize

ZWManagerAddNode Method

Start the Inclusion Process to add a Node to the Network.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool AddNode(
	uint homeId,
	bool doSecurity
)

Parameters

homeId
Type: SystemUInt32
The Home ID of the Z-Wave network where the device should be added.
doSecurity
Type: SystemBoolean
Whether to initialize the Network Key on the device if it supports the Security CC

Return Value

Type: Boolean
if the Command was sent succcesfully to the Controller
Remarks

The Status of the Node Inclusion is communicated via Notifications. Specifically, you should monitor ControllerCommand Notifications.

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

See Also