 | ZWManagerGetValueUnits Method |
Gets the units that the value is measured in.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntaxpublic string GetValueUnits(
ZWValueId id
)
Public Function GetValueUnits (
id As ZWValueId
) As String
public:
virtual String^ GetValueUnits(
[InAttribute] ZWValueId^ id
) sealed
Parameters
- id
- Type: OpenZWaveZWValueId
The unique identifier of the value.
Return Value
Type:
StringThe value units.
See Also