Home
last modified time | relevance | path

Searched refs:SetSetPoint (Results 1 – 7 of 7) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.h64 bool SetSetPoint(const std::string &idx, const float TempValue);
65 …bool SetSetPoint(const std::string &idx, const float TempValue, const std::string &newMode, const …
H A DSQLHelper.h258 …static _tTaskItem SetSetPoint(const float DelayTime, const uint64_t idx, const std::string &varval…
H A DEventSystem.cpp2377 m_sql.AddTaskItem(_tTaskItem::SetSetPoint(0.5f, idx, temp, mode, until)); in parseBlocklyActions()
2672 m_sql.AddTaskItem(_tTaskItem::SetSetPoint(0.5f, idx, temp, mode, until)); in PythonScheduleEvent()
3508 m_sql.AddTaskItem(_tTaskItem::SetSetPoint(0.5f, idx, temp, mode, until)); in processLuaCommand()
H A DScheduler.cpp850 if (!m_mainworker.SetSetPoint(sstr.str(), itt.Temperature)) in CheckSchedules()
H A Dmainworker.cpp12453 bool MainWorker::SetSetPoint(const std::string& idx, const float TempValue, const std::string& newM… in SetSetPoint() function in MainWorker
12646 SetSetPoint(sd[7], TempValue, "PermanentOverride", ""); in SetSetPointInt()
12717 bool MainWorker::SetSetPoint(const std::string& idx, const float TempValue) in SetSetPoint() function in MainWorker
13700 SetSetPoint(sidx.str(), static_cast<float>(atof(sValue.c_str()))); in UpdateDevice()
H A DWebServer.cpp11944 m_mainworker.SetSetPoint(idx, static_cast<float>(atof(setpoint.c_str()))); in Cmd_SetSetpoint()
12883 …m_mainworker.SetSetPoint(idx, (state == "On") ? 1.0f : 0.0f, mode, until);//FIXME float not guaran… in RType_SetUsed()
12885 m_mainworker.SetSetPoint(idx, static_cast<float>(atof(setPoint.c_str())), mode, until); in RType_SetUsed()
12887 m_mainworker.SetSetPoint(idx, static_cast<float>(atof(setPoint.c_str()))); in RType_SetUsed()
H A DSQLHelper.cpp3551 m_mainworker.SetSetPoint(idx, fValue, itt->_command, itt->_sUntil); in Do_Work()