homebridge-honeywell-home
Advanced tools
Comparing version 11.4.5-beta.2 to 11.4.5-beta.3
@@ -32,3 +32,3 @@ /* eslint-disable no-console */ | ||
const url = 'https://api.honeywell.com/oauth2/authorize?' + | ||
'response_type=code&redirect_uri=' + encodeURI('http://' + this.hostname + ':8585') + '&' + | ||
'response_type=code&redirect_uri=' + encodeURI('http://' + this.hostname + ':8585/auth') + '&' + | ||
'client_id=' + query.key; | ||
@@ -50,3 +50,3 @@ res.end('<script>window.location.replace(\'' + url + '\');</script>'); | ||
curlString += 'code=' + code + '&'; | ||
curlString += 'redirect_uri=' + encodeURI('http://' + this.hostname + ':8585'); | ||
curlString += 'redirect_uri=' + encodeURI('http://' + this.hostname + ':8585/auth'); | ||
curlString += '" '; | ||
@@ -53,0 +53,0 @@ curlString += '"https://api.honeywell.com/oauth2/token"'; |
{ | ||
"displayName": "Homebridge Honeywell Home", | ||
"name": "homebridge-honeywell-home", | ||
"version": "11.4.5-beta.2", | ||
"version": "11.4.5-beta.3", | ||
"description": "The [Homebridge](https://homebridge.io) Honeywell Home plugin allows you to access your [Honeywell Home](https://honeywellhome.com) device(s) from HomeKit.", | ||
@@ -6,0 +6,0 @@ "author": "donavanbecker", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
485751