瀏覽代碼

fix: lower disconnect delay to 8.5 seconds (#135)

J. Nick Koston 1 年之前
父節點
當前提交
5aad199af8
共有 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 = 12.5
+DISCONNECT_DELAY = 8.5
 
 
 class ColorMode(Enum):