pksaheb commited on
Commit
d2bc644
·
verified ·
1 Parent(s): d551285

Update index.html

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