mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 10:46:03 +00:00
MAXLAN: Workaround reconnect hang (thanks to Markus M.)
git-svn-id: https://svn.fhem.de/fhem/trunk@3089 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
281a6cb28b
commit
04ee67279d
@ -19,7 +19,7 @@ sub MAXLAN_Send(@);
|
||||
sub MAXLAN_RequestConfiguration($$);
|
||||
sub MAXLAN_RemoveDevice($$);
|
||||
|
||||
my $reconnect_interval = 2; #seconds
|
||||
my $reconnect_interval = 540; #seconds
|
||||
|
||||
#the time it takes after sending one command till we see its effect in the L: response
|
||||
my $roundtriptime = 3; #seconds
|
||||
|
Loading…
x
Reference in New Issue
Block a user