Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -723,7 +723,7 @@
|
|
723 |
logDebug(`Triggering webhook for critical temperature: ${temp}°C`);
|
724 |
|
725 |
const sendWebhook = (attempt = 1) => {
|
726 |
-
const webhookUrl = 'https://n8n-1r4e.onrender.com/webhook/fb1185d8-51fc-4938-bd86-0222ceb2d3af';
|
727 |
const payload = {
|
728 |
temperature: temp,
|
729 |
timestamp: new Date().toISOString(),
|
|
|
723 |
logDebug(`Triggering webhook for critical temperature: ${temp}°C`);
|
724 |
|
725 |
const sendWebhook = (attempt = 1) => {
|
726 |
+
const webhookUrl = 'https://n8n-1r4e.onrender.com/webhook-test/fb1185d8-51fc-4938-bd86-0222ceb2d3af';
|
727 |
const payload = {
|
728 |
temperature: temp,
|
729 |
timestamp: new Date().toISOString(),
|