2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

fixed startup bug on buggy networks

git-svn-id: https://svn.fhem.de/fhem/trunk@2210 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2012-11-27 20:56:45 +00:00
parent 14481d4164
commit 8be4a74fc7

View File

@ -79,7 +79,7 @@ YAMAHA_AVR_GetStatus($;$)
my $device = $hash->{helper}{ADDRESS};
if(not defined($hash->{MODEL}))
if(not defined($hash->{ACTIVE_ZONE}))
{
YAMAHA_AVR_getModel($hash, $device);
}