🐛 Fix Philips Hue API Connection (#2631)

* 🐛 Fix Philips Hue API Connection

* Philips Hue Node: Fixed typo in  update operation description
This commit is contained in:
Tom
2022-01-13 07:51:58 +01:00
committed by GitHub
parent c9e1892cd9
commit e0ef645514
4 changed files with 15 additions and 14 deletions

View File

@@ -21,13 +21,13 @@ export class PhilipsHueOAuth2Api implements ICredentialType {
displayName: 'Authorization URL',
name: 'authUrl',
type: 'hidden',
default: 'https://api.meethue.com/oauth2/auth',
default: 'https://api.meethue.com/v2/oauth2/authorize',
},
{
displayName: 'Access Token URL',
name: 'accessTokenUrl',
type: 'hidden',
default: 'https://api.meethue.com/oauth2/token',
default: 'https://api.meethue.com/v2/oauth2/token',
},
{
displayName: 'Auth URI Query Parameters',