Click or drag to resize

ZWManager.RequestNodeDynamic Method

Trigger the fetching of just the dynamic value data for a node.

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

Parameters

homeId
Type: System.UInt32
The Home ID of the Z-Wave controller that manages the node.
nodeId
Type: System.Byte
The ID of the node to query.

Return Value

Type: Boolean
True if the request was sent successfully.
Remarks
Causes the node's values to be requested from the Z-Wave network. This is the same as the query state starting from the dynamic state.
See Also