Fixes to PhilipsHue Node

This commit is contained in:
Jan Oberhauser
2020-08-03 10:06:46 +02:00
parent ea7f1c4b84
commit 06a5ed3690
6 changed files with 50 additions and 46 deletions

View File

@@ -3,8 +3,8 @@ import {
NodePropertyTypes,
} from 'n8n-workflow';
export class PhilipHueOAuth2Api implements ICredentialType {
name = 'philipHueOAuth2Api';
export class PhilipsHueOAuth2Api implements ICredentialType {
name = 'philipsHueOAuth2Api';
extends = [
'oAuth2Api',
];