28 #include "ozwinterface.hpp"
52 INDEX_Temperature = 0,
54 INDEX_Operating_State = 2,
55 INDEX_Heating_Point = 3,
56 INDEX_Cooling_Point = 4,
140 std::string getFanState();
UPM API for Trane TZEMT400 Z-Wave Thermostat.
Definition: tzemt400.hpp:44
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:51
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