summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/mythwelcome-set-alarm.sh
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-01-03 21:50:55 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-01-03 21:50:55 (GMT)
commit24f840f1ac56c1f78272d4b0de50844cb876aa1b (patch)
tree898b53ed94625774d134d6341545ecb03cf8e686 /abs/core/LinHES-system/mythwelcome-set-alarm.sh
parente92f8c21e93d7fe48e4c302942ce0e0b66b7c97c (diff)
downloadlinhes_pkgbuild-24f840f1ac56c1f78272d4b0de50844cb876aa1b.zip
linhes_pkgbuild-24f840f1ac56c1f78272d4b0de50844cb876aa1b.tar.gz
linhes_pkgbuild-24f840f1ac56c1f78272d4b0de50844cb876aa1b.tar.bz2
LinHES-system: idle.py: fix wrong status on standby
mythwelcome-config.py: add settings so mythbackend will alsow work to shutdown and use the mythfrontend idle screen
Diffstat (limited to 'abs/core/LinHES-system/mythwelcome-set-alarm.sh')
-rwxr-xr-xabs/core/LinHES-system/mythwelcome-set-alarm.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/core/LinHES-system/mythwelcome-set-alarm.sh b/abs/core/LinHES-system/mythwelcome-set-alarm.sh
index 990adf7..09ad062 100755
--- a/abs/core/LinHES-system/mythwelcome-set-alarm.sh
+++ b/abs/core/LinHES-system/mythwelcome-set-alarm.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#$1 is the first argument to the script. It is the time in seconds since 1970
-#This is defined in mythwelcome with the time_t argument
+#This is defined in mythwelcome and mythbackend with the time_t argument.
# Configure mythwelcome --setup page:
# Command to Set Wakeup Time: sudo sh -c "/usr/LH/bin/mythwelcome-set-alarm.sh $time"
@@ -13,10 +13,10 @@
# Configure mythtv-setup Shutdown/Wakeup Options page:
# Idletimeout (secs): any value greater that 0
-# Wakeup time format: yyyy-MM-ddThh:mm:ss
-# Set wakeup time command: /usr/bin/mythshutdown --setwakeup $time
-# Server Halt command: /usr/bin/mythshutdown --shutdown
-# Pre shutdown check command: /usr/bin/mythshutdown --check
+# Wakeup time format: time_t
+# Set wakeup time command: sudo /usr/LH/bin/mythwelcome-set-alarm.sh $time
+# Server Halt command: sudo /usr/bin/poweroff
+# Pre shutdown check command: /usr/bin/mythshutdown --check
echo 0 > /sys/class/rtc/rtc0/wakealarm #this clears your alarm
echo $1 > /sys/class/rtc/rtc0/wakealarm #this writes your alarm