repeat statusRequest for blind not if motor error

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5700 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2014-04-30 07:11:19 +00:00
parent 58c45eb352
commit 57c36d37b2

View File

@@ -1453,7 +1453,7 @@ sub CUL_HM_Parse($$) {#########################################################
elsif($dir == 0x30){push @evtEt,[$shash,1,"$eventName:err:$vs" ];}
}
if (!$rSUpdt){#dont touch if necessary for dimmer
if(($err&0x70) != 0x00){
if(($err&0x70) == 0x10 || ($err&0x70) == 0x20){
my $wt = $shash->{helper}{stateUpdatDly}
?$shash->{helper}{stateUpdatDly}
:120;