scale property
int
get
scale
The units of measurement as defined in ThermostatSetPointScale
Implementation
int get scale => (data[10] >> 3) & 0x03;
The units of measurement as defined in ThermostatSetPointScale
int get scale => (data[10] >> 3) & 0x03;