mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Small improvements to PhilipsHue-Node
This commit is contained in:
@@ -18,12 +18,12 @@ export const lightOperations = [
|
||||
{
|
||||
name: 'Delete',
|
||||
value: 'delete',
|
||||
description: 'Delete an light',
|
||||
description: 'Delete a light',
|
||||
},
|
||||
{
|
||||
name: 'Get',
|
||||
value: 'get',
|
||||
description: 'Retrieve an light',
|
||||
description: 'Retrieve a light',
|
||||
},
|
||||
{
|
||||
name: 'Get All',
|
||||
@@ -194,9 +194,9 @@ export const lightFields = [
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'none',
|
||||
name: 'None',
|
||||
value: 'none',
|
||||
description: 'the light is not performing an alert effect',
|
||||
description: 'The light is not performing an alert effect',
|
||||
},
|
||||
{
|
||||
name: 'Select',
|
||||
@@ -275,7 +275,7 @@ export const lightFields = [
|
||||
type: 'options',
|
||||
options: [
|
||||
{
|
||||
name: 'none',
|
||||
name: 'None',
|
||||
value: 'none',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user