ESPHome 2025.5.0
Loading...
Searching...
No Matches
smartair2_packet.h File Reference

Go to the source code of this file.

Data Structures

struct  esphome::haier::smartair2_protocol::HaierPacketControl
 
struct  esphome::haier::smartair2_protocol::HaierStatus
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::haier
 
namespace  esphome::haier::smartair2_protocol
 

Enumerations

enum class  esphome::haier::smartair2_protocol::ConditioningMode : uint8_t {
  esphome::haier::smartair2_protocol::AUTO = 0x00 , esphome::haier::smartair2_protocol::COOL = 0x01 , esphome::haier::smartair2_protocol::HEAT = 0x02 , esphome::haier::smartair2_protocol::FAN = 0x03 ,
  esphome::haier::smartair2_protocol::DRY = 0x04
}
 
enum class  esphome::haier::smartair2_protocol::FanMode : uint8_t { esphome::haier::smartair2_protocol::FAN_HIGH = 0x00 , esphome::haier::smartair2_protocol::FAN_MID = 0x01 , esphome::haier::smartair2_protocol::FAN_LOW = 0x02 , esphome::haier::smartair2_protocol::FAN_AUTO = 0x03 }