scale property

int scale

The units of measurement as defined in ThermostatSetPointScale

Implementation

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