summaryrefslogtreecommitdiff
path: root/imon.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2010-10-23 18:45:35 +0200
committeranbr <vdr07@deltab.de>2010-10-23 18:45:35 +0200
commit73c4f15f7359e5bc97307a13e7970e9adb8e0406 (patch)
tree46ea611aa4de4d459360a8b766a74008cdc64fe8 /imon.h
parent01f76b8820b285d88eb2dc751f773de41f4ff797 (diff)
downloadvdr-plugin-imonlcd-73c4f15f7359e5bc97307a13e7970e9adb8e0406.tar.gz
vdr-plugin-imonlcd-73c4f15f7359e5bc97307a13e7970e9adb8e0406.tar.bz2
Allow turn display off at night (Feature #175)
Diffstat (limited to 'imon.h')
-rw-r--r--imon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/imon.h b/imon.h
index 06567a1..7b77d28 100644
--- a/imon.h
+++ b/imon.h
@@ -113,6 +113,7 @@ protected:
bool SendCmd(const uint64_t & cmdData);
bool SendCmdClock(time_t tAlarm);
+ bool SendCmdInit();
bool SendCmdShutdown();
bool Contrast(int nContrast);
public: