2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 04:36:36 +00:00

Typo fixed

git-svn-id: https://svn.fhem.de/fhem/trunk@319 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2009-01-11 08:39:01 +00:00
parent 80cbbc0fd9
commit 6618bc00b8

View File

@ -348,7 +348,7 @@ X10_Parse($$)
foreach my $unitcode (@unitcodes) {
my $h= $devices{$housecode}{$unitcode};
if($h) {
return "" if($h->{IODev} && $def->{IODev}{NAME} ne $hash->{NAME});
return "" if($h->{IODev} && $h->{IODev}{NAME} ne $hash->{NAME});
my $name= $h->{NAME};
$h->{CHANGED}[0] = $value;
$h->{STATE} = $value;