add find weather location by postcode

todo: add country

Signed-off-by: Thilo Graf <dbt@novatux.de>

include fix compile, to_string used from helpers
This commit is contained in:
TangoCash
2022-01-19 18:20:31 +01:00
committed by Thilo Graf
parent 3453645229
commit 025a27c2de
8 changed files with 73 additions and 0 deletions

View File

@@ -1812,6 +1812,7 @@ typedef enum
LOCALE_MENU_HINT_WEATHER_API_KEY,
LOCALE_MENU_HINT_WEATHER_ENABLED,
LOCALE_MENU_HINT_WEATHER_LOCATION,
LOCALE_MENU_HINT_WEATHER_LOCATION_POSTCODE,
LOCALE_MENU_HINT_WEBRADIO_SETUP,
LOCALE_MENU_HINT_WEBRADIO_XML_AUTO,
LOCALE_MENU_HINT_WEBTV_SETUP,
@@ -2911,6 +2912,7 @@ typedef enum
LOCALE_WEATHER_API_KEY,
LOCALE_WEATHER_ENABLED,
LOCALE_WEATHER_LOCATION,
LOCALE_WEATHER_LOCATION_POSTCODE,
LOCALE_WEBCHANNELS_XML_ADD,
LOCALE_WEBCHANNELS_XML_DEL,
LOCALE_WEBCHANNELS_XML_ENTER,

View File

@@ -1812,6 +1812,7 @@ const char * locale_real_names[] =
"menu.hint_weather_api_key",
"menu.hint_weather_enabled",
"menu.hint_weather_location",
"menu.hint_weather_location_postcode",
"menu.hint_webradio_setup",
"menu.hint_webradio_xml_auto",
"menu.hint_webtv_setup",
@@ -2911,6 +2912,7 @@ const char * locale_real_names[] =
"weather.api_key",
"weather.enabled",
"weather.location",
"weather.location_postcode",
"webchannels.xml.add",
"webchannels.xml.del",
"webchannels.xml.enter",