2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-06 12:18:46 +00:00

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 ca2a406ed5
commit 50d501e3c4

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