Home
last modified time | relevance | path

Searched refs:bIsBetaChannel (Results 1 – 2 of 2) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.cpp1304 bool bIsBetaChannel = (nValue != 0); in IsUpdateAvailable() local
1307 if (!bIsBetaChannel) in IsUpdateAvailable()
1615 bool bIsBetaChannel = (nValue != 0); in Do_Work() local
1619 if (bIsBetaChannel) in Do_Work()
H A DWebServer.cpp2686 bool bIsBetaChannel = (nValue != 0); in Cmd_GetNewHistory() local
2689 if (bIsBetaChannel) in Cmd_GetNewHistory()
3206 bool bIsBetaChannel = (nValue != 0); in Cmd_UpdateApplication() local
3209 scriptname += (bIsBetaChannel) ? "updatebeta" : "updaterelease"; in Cmd_UpdateApplication()