mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
PHTV: Change default timeout from 3 to 7 seconds
git-svn-id: https://svn.fhem.de/fhem/trunk@5170 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
95a2a5db23
commit
84ffbf90f1
@ -1184,7 +1184,7 @@ sub PHTV_SendCommand($$;$$) {
|
||||
$timeout = $attr{$name}{timeout};
|
||||
}
|
||||
else {
|
||||
$timeout = 3;
|
||||
$timeout = 7;
|
||||
}
|
||||
|
||||
# send request via HTTP-POST method
|
||||
|
Loading…
x
Reference in New Issue
Block a user