From 4918434abe4414245ef187a5330569586b7a8ea2 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: https://svn.fhem.de/fhem/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); }