2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

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

git-svn-id: https://svn.fhem.de/fhem/trunk@5283 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgehre 2014-03-22 10:02:35 +00:00
parent 693d778a91
commit 3a1230fac9

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