| 
    ESPHome 2025.10.4
    
   | 
 
Data Structures | |
| struct | HaierPacketControl | 
| struct | HaierStatus | 
Enumerations | |
| enum class | ConditioningMode : uint8_t {  AUTO = 0x00 , COOL = 0x01 , HEAT = 0x02 , FAN = 0x03 , DRY = 0x04 }  | 
| enum class | FanMode : uint8_t { FAN_HIGH = 0x00 , FAN_MID = 0x01 , FAN_LOW = 0x02 , FAN_AUTO = 0x03 } | 
      
  | 
  strong | 
| Enumerator | |
|---|---|
| AUTO | |
| COOL | |
| HEAT | |
| FAN | |
| DRY | |
Definition at line 7 of file smartair2_packet.h.
      
  | 
  strong | 
| Enumerator | |
|---|---|
| FAN_HIGH | |
| FAN_MID | |
| FAN_LOW | |
| FAN_AUTO | |
Definition at line 9 of file smartair2_packet.h.