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