Closed adisbladis closed 2 weeks ago
In the sensor_value val1 represents the integer part of the value, with val2 representing the fractional part.
sensor_value
Previously val2 was unset, leaving us without decimal points and no sub-gram precision.
In the
sensor_value
val1 represents the integer part of the value, with val2 representing the fractional part.Previously val2 was unset, leaving us without decimal points and no sub-gram precision.