pyh0n/pyhon/const.py

14 lines
390 B
Python
Raw Normal View History

2023-06-07 05:57:02 +05:30
AUTH_API = "https://account2.hon-smarthome.com"
2023-02-13 06:11:38 +05:30
API_URL = "https://api-iot.he.services"
2023-03-19 05:38:54 +05:30
API_KEY = "GRCqFhC6Gk@ikWXm1RmnSmX1cm,MxY-configuration"
2023-02-13 06:11:38 +05:30
APP = "hon"
CLIENT_ID = (
"3MVG9QDx8IX8nP5T2Ha8ofvlmjLZl5L_gvfbT9."
"HJvpHGKoAS_dcMN8LYpTSYeVFCraUnV.2Ag1Ki7m4znVO6"
)
2023-07-01 18:01:37 +05:30
APP_VERSION = "2.1.2"
2023-02-13 06:11:38 +05:30
OS_VERSION = 31
OS = "android"
DEVICE_MODEL = "exynos9820"
2023-03-19 05:38:54 +05:30
USER_AGENT = "Chrome/110.0.5481.153"