Edit Readme and fixed URL
This commit is contained in:
@@ -112,7 +112,7 @@ Das Projekt enthält zwei n8n-Workflows für die Automatisierung:
|
|||||||
|
|
||||||
**Workflow-Schritte**:
|
**Workflow-Schritte**:
|
||||||
1. **Schedule Trigger**: Läuft alle 15 Minuten automatisch
|
1. **Schedule Trigger**: Läuft alle 15 Minuten automatisch
|
||||||
2. **HTTP Request**: Ruft Daten von `https://feinstaub.homeabc.de/data.json` ab
|
2. **HTTP Request**: Ruft Daten von `https://feinstaub.example.com/data.json` ab
|
||||||
3. **NocoDB Create**: Schreibt die Sensordaten in die NocoDB-Tabelle
|
3. **NocoDB Create**: Schreibt die Sensordaten in die NocoDB-Tabelle
|
||||||
|
|
||||||
**Import in n8n**:
|
**Import in n8n**:
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"url": "https://feinstaub.homeabc.de/data.json",
|
"url": "https://feinstaub.example.com/data.json",
|
||||||
"options": {}
|
"options": {}
|
||||||
},
|
},
|
||||||
"type": "n8n-nodes-base.httpRequest",
|
"type": "n8n-nodes-base.httpRequest",
|
||||||
|
|||||||
Reference in New Issue
Block a user