Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DTE923.cpp215 tsen.WIND.gusth=0; in GetSensorDetails()
220 tsen.WIND.gusth=(BYTE)(gw/256); in GetSensorDetails()
221 gw-=(tsen.WIND.gusth*256); in GetSensorDetails()
H A DDarkSky.cpp305 tsen.WIND.gusth=0; in GetMeterDetails()
308 tsen.WIND.gusth=(BYTE)(gw/256); in GetMeterDetails()
309 gw-=(tsen.WIND.gusth*256); in GetMeterDetails()
H A DWunderground.cpp372 tsen.WIND.gusth=0; in GetMeterDetails()
375 tsen.WIND.gusth=(BYTE)(gw/256); in GetMeterDetails()
376 gw-=(tsen.WIND.gusth*256); in GetMeterDetails()
H A DDavisLoggerSerial.cpp463 tsen.WIND.gusth = 0; in HandleLoopData()
H A DMeteostick.cpp233 tsen.WIND.gusth = 0; in SendWindSensor()
H A DDomoticzHardware.cpp886 tsen.WIND.gusth = (BYTE)(gw / 256); in SendWind()
887 gw -= (tsen.WIND.gusth * 256); in SendWind()
H A DHardwareCereal.h822 BYTE gusth; member
837 ar& cereal::make_nvp("gusth", gusth); in serialize()
H A DZWaveBase.cpp607 tsen.WIND.gusth = tsen.WIND.av_speedh; in SendDevice2Domoticz()
/dports/www/domoticz/domoticz-2020.2/main/
H A DRFXtrx.h2258 BYTE gusth; member
H A Dmainworker.cpp3282 int intGust = (pResponse->WIND.gusth * 256) + pResponse->WIND.gustl; in decode_Wind()