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

Public Attributes | |
| std::uint32_t | key = 0 |
| bool | missing_state = false |
| True when the update currently has no valid value. | |
| bool | in_progress = false |
| bool | has_progress = false |
| float | progress = 0.0F |
| std::string | current_version |
| std::string | latest_version |
| std::string | title |
| std::string | release_summary |
| std::string | release_url |
An update's reported value.
| std::string esphome::api::UpdateState::current_version |
| bool esphome::api::UpdateState::has_progress = false |
| bool esphome::api::UpdateState::in_progress = false |
| std::uint32_t esphome::api::UpdateState::key = 0 |
| std::string esphome::api::UpdateState::latest_version |
| bool esphome::api::UpdateState::missing_state = false |
True when the update currently has no valid value.
| float esphome::api::UpdateState::progress = 0.0F |
| std::string esphome::api::UpdateState::release_summary |
| std::string esphome::api::UpdateState::release_url |
| std::string esphome::api::UpdateState::title |