Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DTE923.cpp227 tsen.WIND.chilll=0; in GetSensorDetails()
239 tsen.WIND.chilll=(BYTE)(at10); in GetSensorDetails()
H A DDarkSky.cpp314 tsen.WIND.chilll=0; in GetMeterDetails()
328 tsen.WIND.chilll=(BYTE)(at10); in GetMeterDetails()
H A DDavisLoggerSerial.cpp468 tsen.WIND.chilll = 0; in HandleLoopData()
480 tsen.WIND.chilll = (BYTE)(at10); in HandleLoopData()
H A DMeteostick.cpp237 tsen.WIND.chilll = 0; in SendWindSensor()
252 tsen.WIND.chilll = (BYTE)(dWindChill); in SendWindSensor()
H A DWunderground.cpp381 tsen.WIND.chilll=0; in GetMeterDetails()
395 tsen.WIND.chilll=(BYTE)(at10); in GetMeterDetails()
H A DZWaveBase.cpp612 tsen.WIND.chilll = 0; in SendDevice2Domoticz()
628 tsen.WIND.chilll = (BYTE)(at10); in SendDevice2Domoticz()
H A DDomoticzHardware.cpp900 tsen.WIND.chilll = (BYTE)(at10); in SendWind()
915 tsen.WIND.chilll = (BYTE)(at10); in SendWind()
H A DHardwareCereal.h827 BYTE chilll; member
842 ar& cereal::make_nvp("chilll", chilll); in serialize()
/dports/www/domoticz/domoticz-2020.2/main/
H A DRFXtrx.h2269 BYTE chilll; member
2282 BYTE chilll; member
H A Dmainworker.cpp3319 chill = float((pResponse->WIND.chillh * 256) + pResponse->WIND.chilll) / 10.0f; in decode_Wind()
3323 chill = -(float(((pResponse->WIND.chillh) & 0x7F) * 256 + pResponse->WIND.chilll) / 10.0f); in decode_Wind()
3336 chill = float((pResponse->WIND.chillh * 256) + pResponse->WIND.chilll) / 10.0f; in decode_Wind()
3340 chill = -(float(((pResponse->WIND.chillh) & 0x7F) * 256 + pResponse->WIND.chilll) / 10.0f); in decode_Wind()