pyhOn/pyhon/const.py

12 lines
482 B
Python
Raw Normal View History

2023-02-13 01:41:38 +01:00
AUTH_API = "https://he-accounts.force.com/SmartHome"
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"
# All seen id's (different accounts, different devices) are the same, so I guess this hash is static
CLIENT_ID = "3MVG9QDx8IX8nP5T2Ha8ofvlmjLZl5L_gvfbT9.HJvpHGKoAS_dcMN8LYpTSYeVFCraUnV.2Ag1Ki7m4znVO6"
2023-03-11 02:31:56 +01:00
APP_VERSION = "1.53.7"
2023-02-13 01:41:38 +01:00
OS_VERSION = 31
OS = "android"
DEVICE_MODEL = "exynos9820"
2023-03-19 01:08:54 +01:00
USER_AGENT = "Chrome/110.0.5481.153"