Files
2025-08-10 22:26:43 +02:00

9 lines
168 B
Python

"""Constants for the Total Connect tests."""
LOCATION_ID = 1234567
CODE = "7890"
USERNAME = "[email protected]"
PASSWORD = "password"
USERCODES = {LOCATION_ID: "7890"}