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

Go to the source code of this file.
Classes | |
| struct | esphome::api::TextSensorInfo |
| Static description of a text sensor entity. More... | |
| struct | esphome::api::TextSensorState |
| A text sensor's reported value. More... | |
Namespaces | |
| namespace | esphome |
| namespace | esphome::api |
| namespace | esphome::api::proto |
Functions | |
| TextSensorInfo | esphome::api::parse_text_sensor_info (const proto::ListEntitiesTextSensorResponse &msg) |
| TextSensorState | esphome::api::parse_text_sensor_state (const proto::TextSensorStateResponse &msg) |
Typed TextSensor entity (info + state).