2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

Removed debugging

git-svn-id: https://svn.fhem.de/fhem/trunk@379 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2009-05-30 15:29:42 +00:00
parent 800a10a557
commit af9f791d21

View File

@ -577,11 +577,9 @@ CUL_Write($$$)
} elsif($fn eq "04" && substr($msg,0,6) eq "020183") { # FHT
my $moff = 10;
Log 1, "Parse: $msg";
while(length($msg) > $moff) {
my $snd = substr($msg,6,4) .
substr($msg,$moff,2) . "79" . substr($msg,$moff+2,2);
Log 1, "Dumping: T$snd";
$hash->{PortObj}->write("T$snd\n");
$moff += 4;
}