 | ZWManagerRequestAllConfigParams Method |
Request the values of all known configurable parameters from a device.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic void RequestAllConfigParams(
uint homeId,
byte nodeId
)
Public Sub RequestAllConfigParams (
homeId As UInteger,
nodeId As Byte
)
public:
virtual void RequestAllConfigParams(
[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 configure.
See AlsoReference
ValueID
Notification