 | ZWManagerRemoveNode Method |
Remove a Device from the Z-Wave Network
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool RemoveNode(
uint homeId
)
Public Function RemoveNode (
homeId As UInteger
) As Boolean
public:
virtual bool RemoveNode(
[InAttribute] unsigned int homeId
) sealed
Parameters
- homeId
- Type: SystemUInt32
The HomeID of the Z-Wave network where you want to remove the device
Return Value
Type:
Booleanif the Command was send succesfully to the Controller
RemarksThe Status of the Node Removal is communicated via Notifications. Specifically, you should
monitor ControllerCommand Notifications.
Results of the AddNode Command will be send as a Notification with the Notification type as
Notification::Type_ControllerCommand
See Also