Click or drag to resize

ZWManagerGetNodeType Method

Get a human-readable label describing the node.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public string GetNodeType(
	uint homeId,
	byte nodeId
)

Parameters

homeId
Type: SystemUInt32
The Home ID of the Z-Wave controller that manages the node.
nodeId
Type: SystemByte
The ID of the node to query.

Return Value

Type: String
A string containing the label text.
Remarks
The label is taken from the Z-Wave specific, generic or basic type, depending on which of those values are specified by the node.
See Also