Click or drag to resize

ZWManagerSetValueLabel Method

Sets the user-friendly label for the value.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public void SetValueLabel(
	ZWValueId id,
	string value
)

Parameters

id
Type: OpenZWaveZWValueId
The unique identifier of the value.
value
Type: SystemString
The new value of the label.
See Also