Skip to content

Commit a9f9be9

Browse files
authored
Increase websocket watchdog timeout to 5 minutes (#274)
1 parent 4f57137 commit a9f9be9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simplipy/websocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
WEBSOCKET_SERVER_URL = "wss://socketlink.prd.aser.simplisafe.com"
3131

32-
DEFAULT_WATCHDOG_TIMEOUT = timedelta(minutes=1)
32+
DEFAULT_WATCHDOG_TIMEOUT = timedelta(minutes=5)
3333

3434
EVENT_ALARM_CANCELED = "alarm_canceled"
3535
EVENT_ALARM_TRIGGERED = "alarm_triggered"

0 commit comments

Comments
 (0)