Skip to content

Commit 5aad199

Browse files
authored
fix: lower disconnect delay to 8.5 seconds (#135)
1 parent 2b1f291 commit 5aad199

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 = 12.5
45+
DISCONNECT_DELAY = 8.5
4646

4747

4848
class ColorMode(Enum):

0 commit comments

Comments
 (0)