@wappnet-systems/myq
Version:
A nearly complete and modern implementation of the Liftmaster / Chamberlain myQ API.
9 lines (8 loc) • 677 B
TypeScript
export declare const MYQ_API_CLIENT_ID = "ANDROID_CGI_MYQ";
export declare const MYQ_API_CLIENT_SECRET = "VUQ0RFhuS3lQV3EyNUJTdw==";
export declare const MYQ_API_REDIRECT_URI = "com.myqops://android";
export declare const MYQ_API_SCOPE = "MyQ_Residential offline_access";
export declare const MYQ_APP_ID = "D9D7B25035D549D8A3EA16A9FFB8C927D4A19B55B8944011B2670A8321BF8312";
export declare const MYQ_APP_USER_AGENT = "sdk_gphone_x86/Android 11";
export declare const MYQ_LOGIN_USER_AGENT = "Mozilla/5.0 (Linux; Android 11; sdk_gphone_x86) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36";
export declare const MYQ_APP_VERSION = "5.242.0.72704";