Home
last modified time | relevance | path

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

/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/functions/
H A DNagConfigClass.php808 * @param int $intDirection 0 = from remote to local / 1 = from local to remote
812 public function remoteFileCopy($strFileRemote, $intConfigID, $strFileLocal, $intDirection = 0) argument
823 if (($intReturn == 0) && ($intDirection == 0)) {
832 } elseif (($intReturn == 0) && ($intDirection == 1)) {
845 if (($intReturn == 0) && ($intDirection == 0)) {
860 } elseif (($intReturn == 0) && ($intDirection == 1)) {
/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.cpp11000 int intDirection = (pResponse->WEATHER.directionhigh * 256) + pResponse->WEATHER.directionlow; in decode_Weather() local
11032 …pRFXDevice->SendWind(windID, BatteryLevel, intDirection, intSpeed, intGust, temp, chill, true, bHa… in decode_Weather()