X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=checkphone.pl;h=41f95141e826a3d6507775739c151047daee4793;hp=6b3c67b7eb9e123e1d343efdb9621281cfbc13a5;hb=0515535ca45f18e584c4748d34e942f5d7b7d048;hpb=1209e955f844c0a126702017629479046a0e3702 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"); }