MAX: fix associate

git-svn-id: https://svn.fhem.de/fhem/trunk@2833 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2013-02-28 20:51:01 +00:00
parent 4668456b36
commit bd2d3c6180

View File

@@ -395,7 +395,7 @@ MAX_Set($@)
} else {
return "No MAX device with address $dest" if(!exists($modules{MAX}{defptr}{$dest}));
}
my $destType = MAX_TypeToTypeId($modules{MAX}{defptr}{$dest}{type});
$destType = MAX_TypeToTypeId($modules{MAX}{defptr}{$dest}{type});
Log 2, "Warning: Device do not have same groupid" if($hash->{groupid} != $modules{MAX}{defptr}{$dest}{groupid});
}