2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-30 12:07:09 +00:00

LandroidUtils.pm: set nextOpenDelay (Forum #111959)

git-svn-id: https://svn.fhem.de/fhem/trunk@27436 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2023-04-12 09:42:53 +00:00
parent ee5fcadb4b
commit e9d77defda

View File

@ -231,7 +231,8 @@ Landroid_connect4($)
my $a = $attr{$m2c_name};
$a->{keepaliveTimeout} = 600;
$a->{maxFailedConnects} = 1;
$a->{maxFailedConnects} = 20;
$a->{nextOpenDelay} = 180;
MQTT2_CLIENT_Disco($m2c, 1); # Make sure reconnect will work
MQTT2_CLIENT_connect($m2c, 1);
}