Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.h126 bool IsUpdateAvailable(const bool bIsForced = false);
H A Dmainworker.cpp1256 bool MainWorker::IsUpdateAvailable(const bool bIsForced) in IsUpdateAvailable() argument
1261 if (!bIsForced) in IsUpdateAvailable()
1293 if (!bIsForced) in IsUpdateAvailable()
H A DWebServer.cpp3317 bool bIsForced = (request::findValue(&req, "forced") == "true"); in Cmd_CheckForUpdate() local
3319 if (!bIsForced) in Cmd_CheckForUpdate()
3329 root["HaveUpdate"] = m_mainworker.IsUpdateAvailable(bIsForced); in Cmd_CheckForUpdate()