diff options
author | anbr <vdr07@deltab.de> | 2009-06-04 16:07:16 +0200 |
---|---|---|
committer | anbr <vdr07@deltab.de> | 2009-06-04 16:07:16 +0200 |
commit | 5ef2e1726de737db6fb35912901b9c9d73a5014d (patch) | |
tree | 83be192e7847dfcb04b7544367aa6e744e591402 /imon.h | |
parent | 603be1f41b0703d35dba6ba512a0d0893a69ecb9 (diff) | |
download | vdr-plugin-imonlcd-5ef2e1726de737db6fb35912901b9c9d73a5014d.tar.gz vdr-plugin-imonlcd-5ef2e1726de737db6fb35912901b9c9d73a5014d.tar.bz2 |
add eexit mode with setup wakeup time and showing clock.
Diffstat (limited to 'imon.h')
-rw-r--r-- | imon.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ protected: int lengthToPixels(int length); bool SendCmd(const uint64_t & cmdData); - bool SendCmdClock(); + bool SendCmdClock(time_t tAlarm); bool SendCmdShutdown(); bool Contrast(int nContrast); public: |