add option to change openweather api to 3.0, since 2.5 will be deactivated in June 2024

Origin commit data
------------------
Commit: 58cf5bf2f1
Author: TangoCash <eric@loxat.de>
Date: 2024-05-03 (Fri, 03 May 2024)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2024-05-03 22:24:51 +02:00
committed by Thilo Graf
parent beb7c10977
commit 27fadb7864
11 changed files with 64 additions and 2 deletions

View File

@@ -2949,6 +2949,7 @@ typedef enum
LOCALE_VIDEOMENU_ZAPPINGMODE_MUTE,
LOCALE_VIDEOMENU_ZAPPINGMODE_MUTETILLLOCK,
LOCALE_WEATHER_API_KEY,
LOCALE_WEATHER_API_VER,
LOCALE_WEATHER_DIRECTION_E,
LOCALE_WEATHER_DIRECTION_ENE,
LOCALE_WEATHER_DIRECTION_ESE,

View File

@@ -2949,6 +2949,7 @@ const char * locale_real_names[] =
"videomenu.zappingmode_mute",
"videomenu.zappingmode_mutetilllock",
"weather.api_key",
"weather.api_ver",
"weather.direction_e",
"weather.direction_ene",
"weather.direction_ese",

View File

@@ -936,6 +936,7 @@ struct SNeutrinoSettings
// online services
std::string weather_api_key;
std::string weather_api_version;
int weather_enabled;
std::string weather_city;