Timeout changed from 0.1 to 0.2 (tested with 7 devices by joerg)

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1755 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-07-23 12:28:26 +00:00
parent 5859c899da
commit 1209de7c36

View File

@@ -185,7 +185,7 @@ EnOcean_Set($@)
}
select(undef, undef, undef, 0.1);
select(undef, undef, undef, 0.2); # Tested by joerg. He prefers 0.3 :)
}
my $cmd = join(" ", @a);