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::TextState Struct Reference

A text entity's reported value. More...

#include <text.hpp>

Collaboration diagram for esphome::api::TextState:
Collaboration graph
[legend]

Public Attributes

std::uint32_t key = 0
 
std::string state
 
bool missing_state = false
 True when the text entity currently has no valid value.
 

Detailed Description

A text entity's reported value.

Member Data Documentation

◆ key

std::uint32_t esphome::api::TextState::key = 0

◆ missing_state

bool esphome::api::TextState::missing_state = false

True when the text entity currently has no valid value.

◆ state

std::string esphome::api::TextState::state

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