scale property
int
get
scale
An identifier indicating the scale associated with the value being reported
Implementation
int get scale => (data[10] >> 3) & 0x03;
An identifier indicating the scale associated with the value being reported
int get scale => (data[10] >> 3) & 0x03;