Zigbee Protocol Controller 1.6.0
uic_ota::meta_t Struct Reference

Struct that describes meta for a new available image. More...

#include <ota.hpp>

Public Attributes

std::string uiid
 
std::string unid
 
time_t apply_after
 
std::string version
 
std::string filename
 

Detailed Description

Struct that describes meta for a new available image.

Parameters
uiidUnique Image Identifier.
unidUnique Node Identifier.
apply_aftertimestamp to firmware upgrade after.
versionversion of firmware.
filenamefilename of firmware file.

Member Data Documentation

◆ apply_after

time_t uic_ota::meta_t::apply_after

◆ filename

std::string uic_ota::meta_t::filename

◆ uiid

std::string uic_ota::meta_t::uiid

◆ unid

std::string uic_ota::meta_t::unid

◆ version

std::string uic_ota::meta_t::version

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