File: const.py

package info (click to toggle)
switchbot-api 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 292 kB
  • sloc: python: 406; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
"""Constants for tests."""

MOCK_HOST = "api.switch-bot.com"

MOCK_URL = f"https://{MOCK_HOST}/v1.1"