fixed startup bug on buggy networks

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2210 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2012-11-27 20:56:45 +00:00
parent c42f5a60b6
commit b0bcd60c7b

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);
}