11 lines
243 B
Python
11 lines
243 B
Python
"""Stream Deck API const."""
|
|
|
|
PLUGIN_PORT = 6153
|
|
PLUGIN_INFO = "/sd/info"
|
|
PLUGIN_ICON = "/sd/icon"
|
|
|
|
DB_FILE = "streamdeckapi.db"
|
|
SD_SSDP = "urn:home-assistant-device:stream-deck"
|
|
DATETIME_FORMAT = "%Y-%m-%d %H:%M:%S.%f"
|
|
LONG_PRESS_SECONDS = 2
|