Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/main/
H A Dmainworker.cpp3143 float totalRainFallLastHour = TotalRain - static_cast<float>(atof(result[0][0].c_str())); in decode_Rain() local
3144 Rainrate = round(totalRainFallLastHour * 100.0f); in decode_Rain()