Handle to a Text entity.
More...
#include <entity_handles.hpp>
◆ command()
| void esphome::api::TextEntity::command |
( |
TextCommand |
c | ) |
const |
|
inline |
Send a fully-specified command (its key is set automatically).
◆ info()
| std::optional< TextInfo > esphome::api::TextEntity::info |
( |
| ) |
const |
|
inline |
◆ max_length()
| std::uint32_t esphome::api::TextEntity::max_length |
( |
| ) |
const |
|
inline |
◆ min_length()
| std::uint32_t esphome::api::TextEntity::min_length |
( |
| ) |
const |
|
inline |
◆ missing_state()
| bool esphome::api::TextEntity::missing_state |
( |
| ) |
const |
|
inline |
◆ mode()
| TextMode esphome::api::TextEntity::mode |
( |
| ) |
const |
|
inline |
◆ pattern()
| std::string esphome::api::TextEntity::pattern |
( |
| ) |
const |
|
inline |
◆ set()
| void esphome::api::TextEntity::set |
( |
const std::string & |
v | ) |
const |
|
inline |
◆ state()
| std::optional< TextState > esphome::api::TextEntity::state |
( |
| ) |
const |
|
inline |
◆ type()
| static constexpr EntityType esphome::api::TextEntity::type |
( |
| ) |
|
|
inlinestaticconstexpr |
The documentation for this class was generated from the following file: