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-test/
|
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/2af1157d-c7d7-4e57-86c8-577c5a005f40';
|
727 |
const payload = {
|
728 |
temperature: temp,
|
729 |
timestamp: new Date().toISOString(),
|