From 074acaaebc2e3627278eafcea2177eb040cbfe2c Mon Sep 17 00:00:00 2001 From: jpawlowski Date: Sat, 8 Mar 2014 22:30:13 +0000 Subject: [PATCH] PHTV: Change default timeout from 3 to 7 seconds git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@5170 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/70_PHTV.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/70_PHTV.pm b/FHEM/70_PHTV.pm index 74149ad1d..bd02ec0ef 100644 --- a/FHEM/70_PHTV.pm +++ b/FHEM/70_PHTV.pm @@ -1184,7 +1184,7 @@ sub PHTV_SendCommand($$;$$) { $timeout = $attr{$name}{timeout}; } else { - $timeout = 3; + $timeout = 7; } # send request via HTTP-POST method