![]() |
OpenZWave Library
1.6.1768
|
Classes | |
class | OpenZWave::Internal::VC::Value |
Base class for values associated with a node. More... | |
class | OpenZWave::Internal::VC::ValueBitSet |
BitSet value sent to/received from a node. More... | |
class | OpenZWave::Internal::VC::ValueBool |
Boolean value sent to/received from a node. More... | |
class | OpenZWave::Internal::VC::ValueButton |
Button value. More... | |
class | OpenZWave::Internal::VC::ValueByte |
Byte value sent to/received from a node. More... | |
class | OpenZWave::Internal::VC::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::Internal::VC::ValueInt |
Integer value sent to/received from a node. More... | |
class | OpenZWave::Internal::VC::ValueList |
List of values sent to/received from a node. More... | |
class | OpenZWave::Internal::VC::ValueRaw |
A collection of bytes sent to/received from a node. More... | |
class | OpenZWave::Internal::VC::ValueSchedule |
Schedule sent to/received from a node. More... | |
class | OpenZWave::Internal::VC::ValueShort |
Short value sent to/received from a node. More... | |
class | OpenZWave::Internal::VC::ValueStore |
Container that holds all of the values associated with a given node. More... | |
class | OpenZWave::Internal::VC::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.