소스 검색

Lower disconnect delay to 12.5s (#129)

J. Nick Koston 1 년 전
부모
커밋
027e6c265e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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):