 | ZWManagerRequestNodeState Method |
Trigger the fetching of session and dynamic value data for a node.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic void RequestNodeState(
uint homeId,
byte nodeId
)
Public Sub RequestNodeState (
homeId As UInteger,
nodeId As Byte
)
public:
virtual void RequestNodeState(
[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:
True if the request was sent successfully.
RemarksCauses the node's values to be requested from the Z-Wave network.
See Also