MAXLAN: lower reconnect interval after failure to 1 min instead of 6

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@5283 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre
2014-03-22 10:02:35 +00:00
parent 3eeeb75e5f
commit 807e77164d

View File

@@ -19,7 +19,7 @@ sub MAXLAN_Send(@);
sub MAXLAN_RequestConfiguration($$);
sub MAXLAN_RemoveDevice($$);
my $reconnect_interval = 540; #seconds
my $reconnect_interval = 60; #seconds
#the time it takes after sending one command till we see its effect in the L: response
my $roundtriptime = 3; #seconds