Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/main/
H A DRFXtrx.h2646 BYTE gusthigh; member
H A Dmainworker.cpp11002 float intGust = float((pResponse->WEATHER.gusthigh * 256) + pResponse->WEATHER.gustlow) / 10.0f; in decode_Weather()