2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

increase the sleep timer for FritzBox checks

git-svn-id: https://svn.fhem.de/fhem/trunk@2658 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2013-02-07 21:26:01 +00:00
parent c8da4aea74
commit b241d996c1

View File

@ -411,7 +411,7 @@ PRESENCE_DoLocalFritzBoxScan($)
}
$number++;
sleep 0.1;
sleep 0.2;
}
chomp $status;