 | 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
Syntaxpublic bool RequestNodeDynamic(
uint homeId,
byte nodeId
)
Public Function RequestNodeDynamic (
homeId As UInteger,
nodeId As Byte
) As Boolean
public:
virtual bool RequestNodeDynamic(
[InAttribute] unsigned int homeId,
[InAttribute] unsigned char nodeId
) sealed
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:
BooleanTrue if the request was sent successfully.
RemarksCauses 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