-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
324 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,23 @@ | ||
module.exports = Object.freeze({ | ||
// Crypto Secrets | ||
fordAppKey : '275965684684dbdaf29a0ed9', // Required for Locks | ||
fordAppSecret : '4deekof1ba311c5c33a9cb8e12787e8c', // Required for Locks | ||
oliveSigningSecret : 'wyze_app_secret_key_132', // Required for the thermostat | ||
oliveAppId : '9319141212m2ik', // Required for the thermostat | ||
appInfo : 'wyze_android_2.19.14', // Required for the thermostat | ||
// Crypto Secrets | ||
fordAppKey: "275965684684dbdaf29a0ed9", // Required for Locks | ||
fordAppSecret: "4deekof1ba311c5c33a9cb8e12787e8c", // Required for Locks | ||
oliveSigningSecret: "wyze_app_secret_key_132", // Required for the thermostat | ||
oliveAppId: "9319141212m2ik", // Required for the thermostat | ||
appInfo: "wyze_android_2.19.14", // Required for the thermostat | ||
|
||
// App emulation constants | ||
phoneId : 'wyze_developer_api', | ||
appName : 'com.hualai.WyzeCam', | ||
appVer : 'wyze_developer_api', | ||
appVersion : 'wyze_developer_api', | ||
sc : 'wyze_developer_api', | ||
sv : 'wyze_developer_api', | ||
authApiKey : 'WMXHYf79Nr5gIlt3r0r7p9Tcw5bvs6BB4U8O8nGJ', | ||
userAgent : 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15', | ||
// App emulation constants | ||
phoneId: "wyze_developer_api", | ||
appName: "com.hualai.WyzeCam", | ||
appVer: "wyze_developer_api", | ||
appVersion: "wyze_developer_api", | ||
sc: "wyze_developer_api", | ||
sv: "wyze_developer_api", | ||
authApiKey: "WMXHYf79Nr5gIlt3r0r7p9Tcw5bvs6BB4U8O8nGJ", | ||
userAgent: | ||
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1 Safari/605.1.15", | ||
|
||
//URLs | ||
authBaseUrl: 'https://auth-prod.api.wyze.com', | ||
apiBaseUrl: 'https://api.wyzecam.com' | ||
}) | ||
//URLs | ||
authBaseUrl: "https://auth-prod.api.wyze.com", | ||
apiBaseUrl: "https://api.wyzecam.com", | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.