 | ZWManagerIsNodeZWavePlus Method |
Is this a ZWave+ Supported Node?
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic bool IsNodeZWavePlus(
uint homeId,
byte nodeId
)
Public Function IsNodeZWavePlus (
homeId As UInteger,
nodeId As Byte
) As Boolean
public:
virtual bool IsNodeZWavePlus(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned char nodeId
) sealed
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:
BooleanIf this node is a Z-Wave Plus Node
See Also