esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Public Attributes | List of all members
esphome::api::InfraredInfo Struct Reference

Static description of an infrared entity. More...

#include <infrared.hpp>

Inheritance diagram for esphome::api::InfraredInfo:
Inheritance graph
[legend]
Collaboration diagram for esphome::api::InfraredInfo:
Collaboration graph
[legend]

Public Attributes

std::uint32_t capabilities = 0
 Bitfield of InfraredCapabilityFlags.
 
std::uint32_t receiver_frequency = 0
 Demodulation frequency of the IR receiver in Hz (0 = unspecified).
 
- Public Attributes inherited from esphome::api::EntityInfo
std::uint32_t key = 0
 Stable per-entity identifier used to correlate state and command messages.
 
std::string object_id
 
std::string name
 
std::string icon
 
bool disabled_by_default = false
 
EntityCategory entity_category = EntityCategory::None
 
std::uint32_t device_id = 0
 Sub-device id (0 = the root device) when the device exposes sub-devices.
 

Detailed Description

Static description of an infrared entity.

Member Data Documentation

◆ capabilities

std::uint32_t esphome::api::InfraredInfo::capabilities = 0

Bitfield of InfraredCapabilityFlags.

◆ receiver_frequency

std::uint32_t esphome::api::InfraredInfo::receiver_frequency = 0

Demodulation frequency of the IR receiver in Hz (0 = unspecified).


The documentation for this struct was generated from the following file: