summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2015-01-17 10:23:39 +0100
committerlouis <louis.braun@gmx.de>2015-01-17 10:23:39 +0100
commita5aa281e337f148e27b17c287e04d8a023856667 (patch)
tree6ff69709bfd9815ece9b29a31ae8397653ff8848 /config.h
parentc7f71f3f2b580714bd9e5a5c773bc2179c0e8567 (diff)
downloadvdr-plugin-weatherforecast-0.0.2.tar.gz
vdr-plugin-weatherforecast-0.0.2.tar.bz2
added possibility to use own api key0.0.2
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 6adc3fb..e7812c6 100644
--- a/config.h
+++ b/config.h
@@ -13,8 +13,10 @@ public:
~cWeatherforecastConfig();
bool SetupParse(const char *Name, const char *Value);
int hoursToUpdate;
+ int userHoursToUpdate;
string city;
float lat;
float lon;
+ string userApiKey;
};
#endif //__WEATHERFORECAST_CONFIG_H