projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9762669
)
bugfix
author
Bernhard Tittelbach
<xro@realraum.at>
Wed, 27 Mar 2013 03:37:38 +0000
(
03:37
+0000)
committer
Bernhard Tittelbach
<xro@realraum.at>
Wed, 27 Mar 2013 03:37:38 +0000
(
03:37
+0000)
powersensordaemon/switch.cgi
patch
|
blob
|
history
diff --git
a/powersensordaemon/switch.cgi
b/powersensordaemon/switch.cgi
index
2108955
..
af83698
100755
(executable)
--- a/
powersensordaemon/switch.cgi
+++ b/
powersensordaemon/switch.cgi
@@
-30,7
+30,7
@@
VALID_SEND_IDS="ymhpoweron ymhcd ymhwdtv ymhtuner ymhaux ymhsattv ymhvolmute ymh
[ "$POWER" == "send" ] && POWER=on
if [ "$POWER" == "on" -o "$POWER" == "off" ]; then
- for CHECKID in $VALID_ONOFF_IDS $VALID_SEND_IDS; do
+ for CHECKID in $VALID_ONOFF_IDS $VALID_SEND_IDS $VALID_SEND_IDS_CUSTOM_DISPLAY; do
if [ "$CHECKID" == "$ID" ]; then
echo "power $POWER $ID" | usocket $UNIXSOCK
echo "Content-type: text/html"