Skip to content

Commit 027e6c2

Browse files
authored
Lower disconnect delay to 12.5s (#129)
1 parent 9ea36a4 commit 027e6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

switchbot/devices/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
# How long to hold the connection
4343
# to wait for additional commands for
4444
# disconnecting the device.
45-
DISCONNECT_DELAY = 20
45+
DISCONNECT_DELAY = 12.5
4646

4747

4848
class ColorMode(Enum):

0 commit comments

Comments
 (0)