Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.h67 bool SetThermostatState(const std::string &idx, const int newState);
H A Dmainworker.cpp12865 bool MainWorker::SetThermostatState(const std::string& idx, const int newState) in SetThermostatState() function in MainWorker
H A DWebServer.cpp3093 m_mainworker.SetThermostatState(idx, iState); in Cmd_SetThermostatState()