projects
/
svn42.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1209e95
)
added 1592 -> reset @ checkphone
author
Christian Pointner
<equinox@realraum.at>
Tue, 19 Jul 2011 22:25:03 +0000
(22:25 +0000)
committer
Christian Pointner
<equinox@realraum.at>
Tue, 19 Jul 2011 22:25:03 +0000
(22:25 +0000)
checkphone.pl
patch
|
blob
|
history
diff --git
a/checkphone.pl
b/checkphone.pl
index
6b3c67b
..
41f9514
100755
(executable)
--- a/
checkphone.pl
+++ b/
checkphone.pl
@@
-29,6
+29,8
@@
if ($good{$id})
send_to_fifo("close Phone ".$good{$id});
} elsif ($action == 1590) {
send_to_fifo("open Phone ".$good{$id});
+ } elsif ($action == 1592) {
+ send_to_fifo("reset Phone ".$good{$id});
} else {
send_to_fifo("log invalid action $action, but valid Phone $id");
}