bugfix
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1254 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -291,10 +291,10 @@ EIB_Parse($$)
|
||||
{
|
||||
$n = $lh->{NAME}; # It may be renamed
|
||||
|
||||
return "" if(IsIgnored($n)); # Little strange.
|
||||
next if(IsIgnored($n)); # Little strange.
|
||||
|
||||
# parse/translate by datapoint type
|
||||
$v = EIB_ParseByDatapointType($lh,$n,$v);
|
||||
$v = EIB_ParseByDatapointType($lh,$n,$rawv);
|
||||
|
||||
$lh->{CHANGED}[0] = $v;
|
||||
$lh->{STATE} = $v;
|
||||
|
||||
Reference in New Issue
Block a user