|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
A select's reported value. More...
#include <select.hpp>

Public Attributes | |
| std::uint32_t | key = 0 |
| std::string | state |
| bool | missing_state = false |
| True when the select currently has no valid value. | |
A select's reported value.
| std::uint32_t esphome::api::SelectState::key = 0 |
| bool esphome::api::SelectState::missing_state = false |
True when the select currently has no valid value.
| std::string esphome::api::SelectState::state |