1
0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-11-28 21:39:44 +02:00
Files
pyhOn/pyhon/const.py

15 lines
407 B
Python
Raw Normal View History

2023-06-07 02:27:02 +02:00
AUTH_API = "https://account2.hon-smarthome.com"
2023-02-13 01:41:38 +01:00
API_URL = "https://api-iot.he.services"
2023-03-19 01:08:54 +01:00
API_KEY = "GRCqFhC6Gk@ikWXm1RmnSmX1cm,MxY-configuration"
2023-02-13 01:41:38 +01:00
APP = "hon"
CLIENT_ID = (
"3MVG9QDx8IX8nP5T2Ha8ofvlmjLZl5L_gvfbT9."
"HJvpHGKoAS_dcMN8LYpTSYeVFCraUnV.2Ag1Ki7m4znVO6"
)
2024-02-09 20:37:53 +01:00
APP_VERSION = "2.6.5"
OS_VERSION = 999
2023-02-13 01:41:38 +01:00
OS = "android"
2024-02-09 20:37:53 +01:00
DEVICE_MODEL = "pyhOn"
USER_AGENT = "Chrome/999.999.999.999"
MOBILE_ID = "pyhOn"