state property

int get state

The current thermostat state as defined in ThermostatOperatingState

Implementation

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