summaryrefslogtreecommitdiff
path: root/setup.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 /setup.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 'setup.h')
-rw-r--r--setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 6800bad..b117300 100644
--- a/setup.h
+++ b/setup.h
@@ -13,6 +13,8 @@ class cWeatherforecastSetup : public cMenuSetupPage {
char city[100];
char lat[10];
char lon[10];
+ char userApiKey[100];
+ int userHoursToUpdate;
private:
cWeatherforecastConfig data;
void Setup(void);