Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DHardwareCereal.h1023 BYTE weightlow; member
1030 ar& cereal::make_nvp("weightlow", weightlow); in serialize()
/dports/www/domoticz/domoticz-2020.2/main/
H A DRFXtrx.h2451 BYTE weightlow; member
H A Dmainworker.cpp9223 …float weight = (float(pResponse->WEIGHT.weighthigh) * 25.6f) + (float(pResponse->WEIGHT.weightlow)… in decode_Weight()
9258 …1f kg", (float(pResponse->WEIGHT.weighthigh) * 25.6f) + (float(pResponse->WEIGHT.weightlow) / 10)); in decode_Weight()