mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
MAX: fix associate
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2833 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
1f2974c494
commit
2dabefe418
@ -395,7 +395,7 @@ MAX_Set($@)
|
|||||||
} else {
|
} else {
|
||||||
return "No MAX device with address $dest" if(!exists($modules{MAX}{defptr}{$dest}));
|
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});
|
Log 2, "Warning: Device do not have same groupid" if($hash->{groupid} != $modules{MAX}{defptr}{$dest}{groupid});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user