YAMAHA_AVR: avoid absent/present state during FHEM startup

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10164 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2015-12-13 10:17:01 +00:00
parent b8056e0391
commit 952a1b9f08

View File

@@ -112,8 +112,6 @@ YAMAHA_AVR_Define($$)
$hash->{helper}{CMD_QUEUE} = [];
delete($hash->{helper}{".HTTP_CONNECTION"}) if(exists($hash->{helper}{".HTTP_CONNECTION"}));
YAMAHA_AVR_getModel($hash);
# In case of a redefine, check the zone parameter if the specified zone exist, otherwise use the main zone
if(defined($hash->{helper}{ZONES}) and length($hash->{helper}{ZONES}) > 0)
{