pyhOn/pyhon/const.py

17 lines
511 B
Python
Raw Normal View History

2023-06-06 18:27:02 -06:00
AUTH_API = "https://account2.hon-smarthome.com"
2023-02-12 17:41:38 -07:00
API_URL = "https://api-iot.he.services"
2023-03-18 18:08:54 -06:00
API_KEY = "GRCqFhC6Gk@ikWXm1RmnSmX1cm,MxY-configuration"
2024-02-16 20:07:28 -07:00
AWS_ENDPOINT = "a30f6tqw0oh1x0-ats.iot.eu-west-1.amazonaws.com"
AWS_AUTHORIZER = "candy-iot-authorizer"
2023-02-12 17:41:38 -07:00
APP = "hon"
CLIENT_ID = (
"3MVG9QDx8IX8nP5T2Ha8ofvlmjLZl5L_gvfbT9."
"HJvpHGKoAS_dcMN8LYpTSYeVFCraUnV.2Ag1Ki7m4znVO6"
)
2024-02-09 12:37:53 -07:00
APP_VERSION = "2.6.5"
OS_VERSION = 999
2023-02-12 17:41:38 -07:00
OS = "android"
2024-02-09 12:37:53 -07:00
DEVICE_MODEL = "pyhOn"
USER_AGENT = "Chrome/999.999.999.999"
MOBILE_ID = "pyhOn"