git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3888 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2013-09-10 06:16:04 +00:00
parent b54546a44a
commit 060ca875e7

View File

@@ -3230,7 +3230,7 @@ sub CUL_HM_responseSetup($$) {#store all we need to handle the response
CUL_HM_qStateUpdatIfEnab($dst);
}
if ($mTp eq "11" && $p =~ m/02..(..)....(....)/){#lvl ne 0 and timer on
$hash->{helper}{tmdOn} = $2 if ($1 ne "00" && $2 != m/(0000|FFFF)/);
$hash->{helper}{tmdOn} = $2 if ($1 ne "00" && $2 !~ m/(0000|FFFF)/);
}
CUL_HM_respWaitSu ($hash,"cmd:$cmd","mNo:$mNo","reSent:1");