Click or drag to resize

ZWManagerTransferPrimaryRole Method

Add a new controller to the network and make it the primary.

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

Parameters

homeId
Type: SystemUInt32
The HomeID of the Z-Wave network

Return Value

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

The existing primary will become a secondary controller.

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

See Also