diff options
author | anbr <vdr07@deltab.de> | 2010-10-23 18:45:35 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2010-10-23 18:45:35 +0200 |
commit | 73c4f15f7359e5bc97307a13e7970e9adb8e0406 (patch) | |
tree | 46ea611aa4de4d459360a8b766a74008cdc64fe8 /imon.h | |
parent | 01f76b8820b285d88eb2dc751f773de41f4ff797 (diff) | |
download | vdr-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |