Controller Commands. Commands to be used with the BeginControllerCommand method.
| Enumerator |
|---|
| ControllerCommand_None | No command.
|
| ControllerCommand_AddDevice | Add a new device or controller to the Z-Wave network.
|
| ControllerCommand_CreateNewPrimary | Add a new controller to the Z-Wave network. Used when old primary fails. Requires SUC.
|
| ControllerCommand_ReceiveConfiguration | Receive Z-Wave network configuration information from another controller.
|
| ControllerCommand_RemoveDevice | Remove a device or controller from the Z-Wave network.
|
| ControllerCommand_RemoveFailedNode | Move a node to the controller's failed nodes list. This command will only work if the node cannot respond.
|
| ControllerCommand_HasNodeFailed | Check whether a node is in the controller's failed nodes list.
|
| ControllerCommand_ReplaceFailedNode | Replace a non-responding node with another. The node must be in the controller's list of failed nodes for this command to succeed.
|
| ControllerCommand_TransferPrimaryRole | Make a different controller the primary.
|
| ControllerCommand_RequestNetworkUpdate | Request network information from the SUC/SIS.
|
| ControllerCommand_RequestNodeNeighborUpdate | Get a node to rebuild its neighbour list. This method also does RequestNodeNeighbors
|
| ControllerCommand_AssignReturnRoute | Assign a network return routes to a device.
|
| ControllerCommand_DeleteAllReturnRoutes | Delete all return routes from a device.
|
| ControllerCommand_SendNodeInformation | Send a node information frame
|
| ControllerCommand_ReplicationSend | Send information from primary to secondary
|
| ControllerCommand_CreateButton | Create an id that tracks handheld button presses
|
| ControllerCommand_DeleteButton | Delete id that tracks handheld button presses
|