PHTV: Change default timeout from 3 to 7 seconds

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5170 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
loredo
2014-03-08 22:30:13 +00:00
parent 1afb7c6a01
commit c1be0cd228

View File

@@ -1184,7 +1184,7 @@ sub PHTV_SendCommand($$;$$) {
$timeout = $attr{$name}{timeout};
}
else {
$timeout = 3;
$timeout = 7;
}
# send request via HTTP-POST method