ESPHome 2025.5.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::noblex |
Typedefs | |
using | esphome::noblex::IRNoblexMode |
using | esphome::noblex::IRNoblexFan |
Variables | |
const uint16_t | esphome::noblex::NOBLEX_HEADER_MARK = 9000 |
const uint16_t | esphome::noblex::NOBLEX_HEADER_SPACE = 4500 |
const uint16_t | esphome::noblex::NOBLEX_BIT_MARK = 660 |
const uint16_t | esphome::noblex::NOBLEX_ONE_SPACE = 1640 |
const uint16_t | esphome::noblex::NOBLEX_ZERO_SPACE = 520 |
const uint32_t | esphome::noblex::NOBLEX_GAP = 20000 |
const uint8_t | esphome::noblex::NOBLEX_POWER = 0x10 |