Home
last modified time | relevance | path

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

/dports/www/domoticz/domoticz-2020.2/hardware/
H A DXiaomiGateway.cpp1201 std::string szPressure = root2["pressure"].asString(); in handle_receive() local
1202 pressure = static_cast<float>(atof(szPressure.c_str())) / 100.0f; in handle_receive()