Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
WeatherInfo Struct Reference

#include <WeatherManager.h>

Public Attributes

std::array< ForecastDay, NUM_DAYSforecast
 
std::string lastUpdateTime
 
std::string location
 
std::string currentIcon
 
std::string currentConditions
 
std::string currentTemperature
 
std::string currentFeelsLike
 
std::string currentUVIndex
 
std::string currentWind
 
std::string currentDewPoint
 
std::string currentHumidity
 

Static Public Attributes

static constexpr unsigned int NUM_DAYS = 7
 

Member Data Documentation

◆ currentConditions

std::string WeatherInfo::currentConditions

◆ currentDewPoint

std::string WeatherInfo::currentDewPoint

◆ currentFeelsLike

std::string WeatherInfo::currentFeelsLike

◆ currentHumidity

std::string WeatherInfo::currentHumidity

◆ currentIcon

std::string WeatherInfo::currentIcon

◆ currentTemperature

std::string WeatherInfo::currentTemperature

◆ currentUVIndex

std::string WeatherInfo::currentUVIndex

◆ currentWind

std::string WeatherInfo::currentWind

◆ forecast

std::array<ForecastDay, NUM_DAYS> WeatherInfo::forecast

◆ lastUpdateTime

std::string WeatherInfo::lastUpdateTime

◆ location

std::string WeatherInfo::location

◆ NUM_DAYS

unsigned int WeatherInfo::NUM_DAYS = 7
staticconstexpr

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