From a4fb65a99fedda8b91f4e69ca4e977102f16e57d Mon Sep 17 00:00:00 2001 From: markusbloch Date: Tue, 18 Aug 2015 21:50:20 +0000 Subject: [PATCH] YAMAHA_AVR: remove unwanted line from testing git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@9093 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/71_YAMAHA_AVR.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/fhem/FHEM/71_YAMAHA_AVR.pm b/fhem/FHEM/71_YAMAHA_AVR.pm index 3c746bf73..bf60d5db1 100755 --- a/fhem/FHEM/71_YAMAHA_AVR.pm +++ b/fhem/FHEM/71_YAMAHA_AVR.pm @@ -99,7 +99,6 @@ YAMAHA_AVR_GetStatus($;$) YAMAHA_AVR_SendCommand($hash, "<$zone>GetParam", "statusRequest", "basicStatus"); YAMAHA_AVR_SendCommand($hash, "GetParam", "statusRequest", "fwUpdate", 1); YAMAHA_AVR_SendCommand($hash, "GetParam", "statusRequest", "fwUpdate", 1); - YAMAHA_AVR_SendCommand($hash, "GetParam", "statusRequest", "partyMode"); YAMAHA_AVR_ResetTimer($hash) unless($local == 1); }