From: Christian Pointner Date: Tue, 19 Jul 2011 22:25:03 +0000 (+0000) Subject: added 1592 -> reset @ checkphone X-Git-Url: https://git.realraum.at/?p=svn42.git;a=commitdiff_plain;h=0515535ca45f18e584c4748d34e942f5d7b7d048 added 1592 -> reset @ checkphone --- diff --git a/checkphone.pl b/checkphone.pl index 6b3c67b..41f9514 100755 --- 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"); }