diff --git a/fhem/FHEM/00_MQTT2_CLIENT.pm b/fhem/FHEM/00_MQTT2_CLIENT.pm index c6e172a6e..874c6493b 100644 --- a/fhem/FHEM/00_MQTT2_CLIENT.pm +++ b/fhem/FHEM/00_MQTT2_CLIENT.pm @@ -414,7 +414,7 @@ MQTT2_CLIENT_Attr(@) if(DevIo_getState($hash) ne "disconnected"); } else { - InternalTimer(0, \&MQTT2_CLIENT_connect, $hash, 1) + InternalTimer(0, \&MQTT2_CLIENT_connect, $hash) if(DevIo_getState($hash) ne "opened"); } }