|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
Typed Text entity (info + state + command). More...
#include <esphome/api/model/entity.hpp>#include <esphome/api/model/enums.hpp>#include <esphome/api/proto/proto_message.hpp>#include <cstdint>#include <memory>#include <string>

Go to the source code of this file.
Classes | |
| struct | esphome::api::TextInfo |
| Static description of a text entity. More... | |
| struct | esphome::api::TextState |
| A text entity's reported value. More... | |
| struct | esphome::api::TextCommand |
| A command to set a text entity's value. More... | |
Namespaces | |
| namespace | esphome |
| namespace | esphome::api |
| namespace | esphome::api::proto |
Functions | |
| TextInfo | esphome::api::parse_text_info (const proto::ListEntitiesTextResponse &msg) |
| TextState | esphome::api::parse_text_state (const proto::TextStateResponse &msg) |
| std::unique_ptr< ProtoMessage > | esphome::api::to_message (const TextCommand &cmd) |
Typed Text entity (info + state + command).