value property

num value

The raw temperature in either fahrenheit or celsius depending on scale

Implementation

num get value => bytesToNum(data.sublist(11, 11 + valueSize), precision);