diff options
author | horchi <vdr@jwendel.de> | 2020-08-21 16:36:52 +0200 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-08-21 16:36:52 +0200 |
commit | 740602403557156183e5fdedca7f0e9b9618897f (patch) | |
tree | 682debe540be0d18547c47f4ff09ddd1b5673d75 /config.h | |
parent | 6853f2b6327e468efb77fa989dfa6080c257cf6c (diff) | |
download | vdr-plugin-seduatmo-0.0.10.tar.gz vdr-plugin-seduatmo-0.0.10.tar.bz2 |
2020-08-21: Version 0.0.10\n - added: Auto powerof by TV state (option -t <ip\ndns>)\n\n0.0.10
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,8 @@ class cSeduConfig : public cSeduService cSeduConfig(); ~cSeduConfig(); + void setTvIp(const char* p) { free(tvIp); tvIp = strdup(p); } + // geometry int grabWidth; @@ -55,6 +57,7 @@ class cSeduConfig : public cSeduService SeduMode seduMode; Cinebars detectCineBars; + char* tvIp {nullptr}; int loglevel; cLed* leds; |