Home
last modified time | relevance | path

Searched defs:intGust (Results 1 – 4 of 4) sorted by relevance

/dports/www/domoticz/domoticz-2020.2/push/
H A DBasePush.cpp569 int intGust = std::stoi(rawsendValue); in ProcessSendValue() local
/dports/www/domoticz/domoticz-2020.2/main/
H A DWebServer.cpp9899 int intGust = atoi(strarray[3].c_str()); in GetJSonDevices() local
14817 int intGust = atoi(sd[2].c_str()); in RType_HandleGraph() local
16821 int intGust = atoi(sd[4].c_str()); in RType_HandleGraph() local
16855 int intGust = atoi(sd[4].c_str()); in RType_HandleGraph() local
16892 int intGust = atoi(sd[4].c_str()); in RType_HandleGraph() local
17489 int intGust = atoi(sd[4].c_str()); in RType_HandleGraph() local
17521 int intGust = atoi(sd[4].c_str()); in RType_HandleGraph() local
H A DEventSystem.cpp791 int intGust = atoi(splitresults[3].c_str()); in GetCurrentMeasurementStates() local
H A Dmainworker.cpp3282 int intGust = (pResponse->WIND.gusth * 256) + pResponse->WIND.gustl; in decode_Wind() local
11002 float intGust = float((pResponse->WEATHER.gusthigh * 256) + pResponse->WEATHER.gustlow) / 10.0f; in decode_Weather() local