|
ESPHome 2026.1.0b1
|
Go to the source code of this file.
Data Structures | |
| class | esphome::infrared::InfraredCall |
| InfraredCall - Builder pattern for transmitting infrared signals. More... | |
| class | esphome::infrared::InfraredTraits |
| InfraredTraits - Describes the capabilities of an infrared implementation. More... | |
| class | esphome::infrared::Infrared |
| Infrared - Base class for infrared remote control implementations. More... | |
Namespaces | |
| namespace | esphome |
| Providing packet encoding functions for exchanging data with a remote host. | |
| namespace | esphome::infrared |
Enumerations | |
| enum | esphome::infrared::InfraredCapability : uint32_t { esphome::infrared::CAPABILITY_TRANSMITTER = 1 << 0 , esphome::infrared::CAPABILITY_RECEIVER = 1 << 1 } |
| Capability flags for individual infrared instances. More... | |