scale property

int scale

An identifier indicating the scale associated with the value being reported

Implementation

int get scale => (data[10] >> 3) & 0x03;