Skip to content

Philips Hue

Node: philipsHue · Full type: n8n-nodes-base.philipsHue · Version: 1

Credentials

philipsHueOAuth2Api (alias: @philips)

CREDENTIAL @philips = philipsHueOAuth2Api "My Philips Hue"

Operations

Resource: light

delete

Parameter Type Default Details
lightId string "" required

get

Parameter Type Default Details
lightId string "" required

getAll

Parameter Type Default Details
returnAll boolean false
limit number 100

update

Parameter Type Default Details
lightId options "" required
on boolean true required
additionalFields collection {} keys: alert, bri, bri_inc, ct, ct_inc, xy, ...

Parameter Details

additionalFields children:

Parameter Type Default Details
alert options "" none, select, lselect
bri number 100
bri_inc number 0
ct number 0
ct_inc number 0
xy string ""
xy_inc string ""
effect options "" none, colorloop
hue number 0
hue_inc number 0
sat number 0
sat_inc number 0
transitiontime number 4

Example

NODE "philipsHue" @philips AS "Philips Hue" {
  resource: "light",
  operation: "get",
  lightId: {{ $json.lightId }}
}