YAMAHA_AVR: avoid absent/present state during FHEM startup

git-svn-id: https://svn.fhem.de/fhem/trunk@10164 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2015-12-13 10:17:01 +00:00
parent 686be88e2b
commit 5744aef636

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)
{