state property

int state

The current thermostat state as defined in ThermostatOperatingState

Implementation

int get state => data[9] & 0x0F;