Removed debugging

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@379 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2009-05-30 15:29:42 +00:00
parent 7386495391
commit 4c21c6e1c4

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;
}