mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
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:
@@ -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,
|
||||
|
@@ -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",
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user