Pārlūkot izejas kodu

Merge remote-tracking branch 'upstream/master' into paired

J. Nick Koston 1 gadu atpakaļ
vecāks
revīzija
199dabe970
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      switchbot/devices/device.py

+ 1 - 1
switchbot/devices/device.py

@@ -42,7 +42,7 @@ KEY_PASSWORD_PREFIX = "571"
 # How long to hold the connection
 # to wait for additional commands for
 # disconnecting the device.
-DISCONNECT_DELAY = 20
+DISCONNECT_DELAY = 12.5
 
 
 class ColorMode(Enum):