mirror of
https://github.com/Andre0512/pyhOn.git
synced 2024-11-24 08:12:20 +02:00
15 lines
407 B
Python
15 lines
407 B
Python
AUTH_API = "https://account2.hon-smarthome.com"
|
|
API_URL = "https://api-iot.he.services"
|
|
API_KEY = "GRCqFhC6Gk@ikWXm1RmnSmX1cm,MxY-configuration"
|
|
APP = "hon"
|
|
CLIENT_ID = (
|
|
"3MVG9QDx8IX8nP5T2Ha8ofvlmjLZl5L_gvfbT9."
|
|
"HJvpHGKoAS_dcMN8LYpTSYeVFCraUnV.2Ag1Ki7m4znVO6"
|
|
)
|
|
APP_VERSION = "2.6.5"
|
|
OS_VERSION = 999
|
|
OS = "android"
|
|
DEVICE_MODEL = "pyhOn"
|
|
USER_AGENT = "Chrome/999.999.999.999"
|
|
MOBILE_ID = "pyhOn"
|