mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 07:16:03 +00:00
bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@1254 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d4f26fbf93
commit
991243d9aa
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user