2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

98_WOL: timout increased to 4 seconds for pings.

git-svn-id: https://svn.fhem.de/fhem/trunk@7661 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
dietmar63 2015-01-22 18:28:18 +00:00
parent 5b5813c45f
commit ad891a9079

View File

@ -139,7 +139,7 @@ sub WOL_UpdateReadings($) {
my $blockingFn = "WOL_Ping"; my $blockingFn = "WOL_Ping";
my $arg = $hash->{NAME}."|".$hash->{IP}; my $arg = $hash->{NAME}."|".$hash->{IP};
my $finishFn = "WOL_PingDone"; my $finishFn = "WOL_PingDone";
my $timeout = 3; my $timeout = 4;
my $abortFn = "WOL_PingAbort"; my $abortFn = "WOL_PingAbort";
if (!(exists($hash->{helper}{RUNNING_PID}))) { if (!(exists($hash->{helper}{RUNNING_PID}))) {