mode property

int mode

The current fan mode, where:

  • 0x00 low speed - auto on/off
  • 0x01 low speed - continuous
  • 0x02 high speed - auto on/off
  • 0x03 high speed - continuous
  • 0x04 medium speed - auto on/off
  • 0x05 medium speed - continuous

Implementation

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