Skip to content

Commit

Permalink
fix: revert keepalive for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Lash-L committed Sep 21, 2023
1 parent e4c86d9 commit 8d951de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roborock/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
from .util import RepeatableTask, RoborockLoggerAdapter, get_running_loop_or_create_one, unpack_list

_LOGGER = logging.getLogger(__name__)
KEEPALIVE = 120
KEEPALIVE = 60
COMMANDS_SECURED = [
RoborockCommand.GET_MAP_V1,
RoborockCommand.GET_MULTI_MAP,
Expand Down

0 comments on commit 8d951de

Please sign in to comment.