esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
text_sensor.hpp File Reference

Typed TextSensor entity (info + state). More...

#include <esphome/api/model/entity.hpp>
#include <esphome/api/model/enums.hpp>
#include <cstdint>
#include <string>
Include dependency graph for text_sensor.hpp:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Typed TextSensor entity (info + state).