 | 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
Syntaxpublic bool CreateNewPrimary(
uint homeId
)
Public Function CreateNewPrimary (
homeId As UInteger
) As Boolean
public:
virtual bool CreateNewPrimary(
[InAttribute] unsigned int homeId
) sealed
Parameters
- homeId
- Type: SystemUInt32
The HomeID of the Z-Wave network
Return Value
Type:
Booleanif the CreateNewPrimary Command was send succesfully to the Controller
RemarksThis 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