Skip to content

Commit 01e8bdc

Browse files
authored
Reduce the disconnect delay (#119)
1 parent 07db141 commit 01e8bdc

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
@@ -47,7 +47,7 @@
4747
# How long to hold the connection
4848
# to wait for additional commands for
4949
# disconnecting the device.
50-
DISCONNECT_DELAY = 49
50+
DISCONNECT_DELAY = 20
5151

5252

5353
class ColorMode(Enum):

0 commit comments

Comments
 (0)