Click or drag to resize

ZWManagerCreateButton Method

Create a handheld button id.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool CreateButton(
	uint homeId,
	byte nodeId,
	byte buttonid
)

Parameters

homeId
Type: SystemUInt32
The HomeID of the Z-Wave network
nodeId
Type: SystemByte
the ID of the Virtual Node
buttonid
Type: SystemByte

[Missing <param name="buttonid"/> documentation for "M:OpenZWave.ZWManager.CreateButton(System.UInt32,System.Byte,System.Byte)"]

Return Value

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

Only intended for Bridge Firmware Controllers.

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

See Also