mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
⚡ Small improvements to PhilipsHue-Node
This commit is contained in:
parent
b5121a1454
commit
f8d216b2be
|
@ -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',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue