28 #include "ozwinterface.hpp" 56 INDEX_Temperature = 0,
58 INDEX_Operating_State = 2,
59 INDEX_Heating_Point = 3,
60 INDEX_Cooling_Point = 4,
144 std::string getFanState();
UPM API for Trane TZEMT400 Z-Wave Thermostat.
Definition: tzemt400.hpp:48
void update()
Definition: tzemt400.cxx:138
std::string getOperatingState()
Definition: tzemt400.cxx:81
float getHeatingPointTemperature(bool fahrenheit=false)
Definition: tzemt400.cxx:86
INDEX_VALUES_T
Definition: tzemt400.hpp:55
C++ API wrapper for the bh1749 driver.
Definition: a110x.hpp:29
float getTemperature(bool fahrenheit=false)
Definition: tzemt400.cxx:55
UPM Interface API for OpenZWave (OZW)
Definition: ozwinterface.hpp:49
TZEMT400(int nodeID)
Definition: tzemt400.cxx:46
std::string getMode()
Definition: tzemt400.cxx:76
~TZEMT400()
Definition: tzemt400.cxx:51
float getCoolingPointTemperature(bool fahrenheit=false)
Definition: tzemt400.cxx:107
std::string getFanMode()
Definition: tzemt400.cxx:128