ESPHome  2024.6.6
Data Fields
esphome::update::UpdateInfo Struct Reference

#include <update_entity.h>

Data Fields

std::string latest_version
 
std::string current_version
 
std::string title
 
std::string summary
 
std::string release_url
 
std::string firmware_url
 
std::string md5
 
bool has_progress {false}
 
float progress
 

Detailed Description

Definition at line 10 of file update_entity.h.

Field Documentation

◆ current_version

std::string esphome::update::UpdateInfo::current_version

Definition at line 12 of file update_entity.h.

◆ firmware_url

std::string esphome::update::UpdateInfo::firmware_url

Definition at line 16 of file update_entity.h.

◆ has_progress

bool esphome::update::UpdateInfo::has_progress {false}

Definition at line 18 of file update_entity.h.

◆ latest_version

std::string esphome::update::UpdateInfo::latest_version

Definition at line 11 of file update_entity.h.

◆ md5

std::string esphome::update::UpdateInfo::md5

Definition at line 17 of file update_entity.h.

◆ progress

float esphome::update::UpdateInfo::progress

Definition at line 19 of file update_entity.h.

◆ release_url

std::string esphome::update::UpdateInfo::release_url

Definition at line 15 of file update_entity.h.

◆ summary

std::string esphome::update::UpdateInfo::summary

Definition at line 14 of file update_entity.h.

◆ title

std::string esphome::update::UpdateInfo::title

Definition at line 13 of file update_entity.h.


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