ESPHome
2024.10.2
|
Data Structures | |
struct | HaierPacketControl |
struct | HaierStatus |
Enumerations | |
enum | ConditioningMode : uint8_t { ConditioningMode::AUTO = 0x00, ConditioningMode::COOL = 0x01, ConditioningMode::HEAT = 0x02, ConditioningMode::FAN = 0x03, ConditioningMode::DRY = 0x04 } |
enum | FanMode : uint8_t { FanMode::FAN_HIGH = 0x00, FanMode::FAN_MID = 0x01, FanMode::FAN_LOW = 0x02, FanMode::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.