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:
parent
800a10a557
commit
af9f791d21
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user