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