Is this your flow?
If you created this flow, open your saved edit link to add it to your account. You can then manage it whenever you sign in. Adding it to your account replaces the edit link.
night clock
eJpdo8ZM5y8N.json
{
"name": "Pixel Clock Power Control",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 9
}
]
}
},
"id": "51a45109-3019-4563-b0c1-b35ff0ca07ae",
"name": "Morning Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
1000,
640
]
},
{
"parameters": {
"rule": {
"interval": [
{
"triggerAtMinute": 15
}
]
}
},
"id": "bd18a7aa-212b-4cd5-8acd-c4cbc5cc3a6d",
"name": "Night Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
1000,
460
]
},
{
"parameters": {
"method": "POST",
"url": "http://192.168.1.255/api/power",
"sendBody": true,
"contentType": "raw",
"body": "{ \"power\": false }",
"options": {}
},
"id": "be9be5db-53e3-4af3-8d12-2990b9c38859",
"name": "Clock Off",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
1220,
460
]
},
{
"parameters": {
"method": "POST",
"url": "http://192.168.1.255/api/power",
"sendBody": true,
"contentType": "raw",
"body": "{ \"power\": true }",
"options": {}
},
"id": "1fb660ea-149c-4539-b724-7e27aa713303",
"name": "Clock On",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
1220,
640
]
}
],
"pinData": {},
"connections": {
"Night Trigger": {
"main": [
[
{
"node": "Clock Off",
"type": "main",
"index": 0
}
]
]
},
"Morning Trigger": {
"main": [
[
{
"node": "Clock On",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {},
"versionId": "2dccbc10-6e4c-45d9-bdbf-036a001508d1",
"id": "9",
"meta": {
"instanceId": "fad48ee50ab295e27486d400f427ed5b50baff0c1dc235dc9413ccebae5358c7"
},
"tags": []
}