We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4e1d0 commit 632b88bCopy full SHA for 632b88b
roborock/mqtt/roborock_session.py
@@ -24,7 +24,7 @@
24
_LOGGER = logging.getLogger(__name__)
25
_MQTT_LOGGER = logging.getLogger(f"{__name__}.aiomqtt")
26
27
-CLIENT_KEEPALIVE = datetime.timedelta(seconds=120)
+CLIENT_KEEPALIVE = datetime.timedelta(seconds=60)
28
TOPIC_KEEPALIVE = datetime.timedelta(seconds=60)
29
30
# Exponential backoff parameters
0 commit comments