if($ARGV[2] eq "monitor" && defined $ARGV[3]) {
my $b = sendcmd(0x20830000+($mask&0x1f));
- print "Wrote LED settings.\n";
+ print "Wrote monitor settings.\n";
}
if($ARGV[2] eq "monitor") {
printf("0x%04x\t%d\t0x%04x%04x\t%s\n",$e,$chain,$ids->{$e}->{1},$ids->{$e}->{0},time2str('%Y-%m-%d %H:%M',($ids->{$e}->{1}*2**16+$ids->{$e}->{0})));
}
}
-
\ No newline at end of file
+