|
ESPHome 2025.11.0
|
Go to the source code of this file.
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::ballu |
Variables | |
| const uint16_t | esphome::ballu::BALLU_HEADER_MARK = 9000 |
| const uint16_t | esphome::ballu::BALLU_HEADER_SPACE = 4500 |
| const uint16_t | esphome::ballu::BALLU_BIT_MARK = 575 |
| const uint16_t | esphome::ballu::BALLU_ONE_SPACE = 1675 |
| const uint16_t | esphome::ballu::BALLU_ZERO_SPACE = 550 |
| const uint32_t | esphome::ballu::BALLU_CARRIER_FREQUENCY = 38000 |
| const uint8_t | esphome::ballu::BALLU_STATE_LENGTH = 13 |
| const uint8_t | esphome::ballu::BALLU_AUTO = 0 |
| const uint8_t | esphome::ballu::BALLU_COOL = 0x20 |
| const uint8_t | esphome::ballu::BALLU_DRY = 0x40 |
| const uint8_t | esphome::ballu::BALLU_HEAT = 0x80 |
| const uint8_t | esphome::ballu::BALLU_FAN = 0xc0 |
| const uint8_t | esphome::ballu::BALLU_FAN_AUTO = 0xa0 |
| const uint8_t | esphome::ballu::BALLU_FAN_HIGH = 0x20 |
| const uint8_t | esphome::ballu::BALLU_FAN_MED = 0x40 |
| const uint8_t | esphome::ballu::BALLU_FAN_LOW = 0x60 |
| const uint8_t | esphome::ballu::BALLU_SWING_VER = 0x07 |
| const uint8_t | esphome::ballu::BALLU_SWING_HOR = 0xe0 |
| const uint8_t | esphome::ballu::BALLU_POWER = 0x20 |