Home
last modified time | relevance | path

Searched refs:CHoneywell (Results 1 – 3 of 3) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DHoneywell.cpp32 CHoneywell::CHoneywell(const int ID, const std::string &Username, const std::string &Password, cons… in CHoneywell() function in CHoneywell
60 CHoneywell::~CHoneywell(void) in ~CHoneywell()
64 void CHoneywell::Init() in Init()
69 bool CHoneywell::StartHardware() in StartHardware()
76 m_thread = std::make_shared<std::thread>(&CHoneywell::Do_Work, this); in StartHardware()
83 bool CHoneywell::StopHardware() in StopHardware()
102 void CHoneywell::Do_Work() in Do_Work()
124 bool CHoneywell::WriteToHardware(const char *pdata, const unsigned char /*length*/) in WriteToHardware()
157 bool CHoneywell::refreshToken() in refreshToken()
219 void CHoneywell::GetThermostatData() in GetThermostatData()
[all …]
H A DHoneywell.h11 class CHoneywell : public CDomoticzHardwareBase
14CHoneywell(const int ID, const std::string &Username, const std::string &Password, const std::stri…
15 ~CHoneywell(void);
/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.cpp984 pHardware = new CHoneywell(ID, Username, Password, Extra); in AddHardwareFromParams()