const.py 162 B

123456
  1. """Library to handle connection with Switchbot."""
  2. from __future__ import annotations
  3. DEFAULT_RETRY_COUNT = 3
  4. DEFAULT_RETRY_TIMEOUT = 1
  5. DEFAULT_SCAN_TIMEOUT = 5