We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f57137 commit a9f9be9Copy full SHA for a9f9be9
1 file changed
simplipy/websocket.py
@@ -29,7 +29,7 @@
29
30
WEBSOCKET_SERVER_URL = "wss://socketlink.prd.aser.simplisafe.com"
31
32
-DEFAULT_WATCHDOG_TIMEOUT = timedelta(minutes=1)
+DEFAULT_WATCHDOG_TIMEOUT = timedelta(minutes=5)
33
34
EVENT_ALARM_CANCELED = "alarm_canceled"
35
EVENT_ALARM_TRIGGERED = "alarm_triggered"
0 commit comments