ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::haier::smartair2_protocol Namespace Reference

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 }
 

Enumeration Type Documentation

◆ ConditioningMode

Enumerator
AUTO 
COOL 
HEAT 
FAN 
DRY 

Definition at line 7 of file smartair2_packet.h.

◆ FanMode

enum class esphome::haier::smartair2_protocol::FanMode : uint8_t
strong
Enumerator
FAN_HIGH 
FAN_MID 
FAN_LOW 
FAN_AUTO 

Definition at line 9 of file smartair2_packet.h.