![]() |
OpenZWave Library
1.5.0
|
Classes | |
class | OpenZWave::Value |
Base class for values associated with a node. More... | |
class | OpenZWave::ValueBitSet |
BitSet value sent to/received from a node. More... | |
class | OpenZWave::ValueBool |
Boolean value sent to/received from a node. More... | |
class | OpenZWave::ValueButton |
Button value. More... | |
class | OpenZWave::ValueByte |
Byte value sent to/received from a node. More... | |
class | OpenZWave::ValueDecimal |
Decimal value sent to/received from a node. More... | |
class | OpenZWave::ValueID |
Provides a unique ID for a value reported by a Z-Wave device.The ValueID is used to uniquely identify a value reported by a Z-Wave device. More... | |
class | OpenZWave::ValueInt |
Integer value sent to/received from a node. More... | |
class | OpenZWave::ValueList |
List of values sent to/received from a node. More... | |
class | OpenZWave::ValueRaw |
A collection of bytes sent to/received from a node. More... | |
class | OpenZWave::ValueSchedule |
Schedule sent to/received from a node. More... | |
class | OpenZWave::ValueShort |
Short value sent to/received from a node. More... | |
class | OpenZWave::ValueStore |
Container that holds all of the values associated with a given node. More... | |
class | OpenZWave::ValueString |
String value sent to/received from a node. More... | |
ValueID's in OZW expose device functionality to the application. Many different types of ValueID's are exposed, and they represent the state of a device (such as a switch on or off) or configuration parameters of a device.