Files
n8n-workflows/workflows/Manual/1053_Manual_Philipshue_Automation_Triggered.json
2025-08-05 09:40:47 +05:30

49 lines
892 B
JSON

{
"id": "58",
"name": "Turn on a light and set its brightness",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
590,
260
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Philips Hue",
"type": "n8n-nodes-base.philipsHue",
"position": [
790,
260
],
"parameters": {
"lightId": "123",
"additionalFields": {
"bri": 90
}
},
"credentials": {
"philipsHueOAuth2Api": "philips-hue"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Philips Hue",
"type": "main",
"index": 0
}
]
]
}
}
}