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