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',
|
||||
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',
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue