anker-solix-api/api/credentials.py

9 lines
238 B
Python

"""Define your Anker Cloud credentials to be used by other modules for testing.
This file is added to .gitignore and local changes will be skipped for commits.
"""
USERNAME = "username@domain.com"
PASSWORD = "password"
COUNTRYID = "de"