Click or drag to resize

ZWValueType Enumeration

The type of data represented by the value object.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public enum ZWValueType
Members
  Member nameValueDescription
Bool0Boolean, true or false
Byte18-bit unsigned value
Decimal2Represents a non-integer value as a string, to avoid floating point accuracy issues.
Int332-bit signed value
List4List from which one item can be selected
Schedule5Complex type used with the Climate Control Schedule command class
Short616-bit signed value
String7Text string>
Button8A write-only value that is the equivalent of pressing a button to send a command to a device
Raw9A collection of bytes
See Also