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 6ada0de9b4
commit 3b10c3d652

View File

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