From 64375f0519c766c09f4b529cf6d1438bc4a1aed2 Mon Sep 17 00:00:00 2001 From: rudolfkoenig Date: Sun, 24 Oct 2010 18:55:33 +0000 Subject: [PATCH] Fix of the fix... git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@736 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/11_FHT.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/FHEM/11_FHT.pm b/FHEM/11_FHT.pm index 472ab8a74..111fab82f 100755 --- a/FHEM/11_FHT.pm +++ b/FHEM/11_FHT.pm @@ -585,8 +585,9 @@ doSoftBuffer($) $arg =~ s/,(....),/$1:/; $arg = uc($arg); if($cul =~ m/$arg/) { - Log GetLogLevel($name,3), - "$name set $h->{CMD}: still in the culfw buffer, wont send"; + Log GetLogLevel($name,3), "fhtsoftbuffer: $name set $h->{CMD} ". + "is still in the culfw buffer, wont send it again"; + $h->{SENDTIME} = $now; next; } }