 | ZWValueType Enumeration |
The type of data represented by the value object.
Namespace:
OpenZWave
Assembly:
OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
SyntaxPublic Enumeration ZWValueType
public enum class ZWValueType
Members
| Member name | Value | Description |
---|
| Bool | 0 | Boolean, true or false |
| Byte | 1 | 8-bit unsigned value |
| Decimal | 2 | Represents a non-integer value as a string, to avoid floating point accuracy issues. |
| Int | 3 | 32-bit signed value |
| List | 4 | List from which one item can be selected |
| Schedule | 5 | Complex type used with the Climate Control Schedule command class |
| Short | 6 | 16-bit signed value |
| String | 7 | Text string> |
| Button | 8 | A write-only value that is the equivalent of pressing a button to send a command to a device |
| Raw | 9 | A collection of bytes |
See Also