Click or drag to resize

ZWManagerCreateNewPrimary Method

Create a new primary controller when old primary fails. Requires SUC.

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

Parameters

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

Return Value

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

This command Creates a new Primary Controller when the Old Primary has Failed. Requires a SUC on the network to function

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

See Also