From edefb1513a5a54d35386a7088664fabcbe698463 Mon Sep 17 00:00:00 2001 From: David Gwilliam Date: Thu, 12 Feb 2026 05:50:58 -0800 Subject: [PATCH] snapshot --- sketches/doorbell/doorbell.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sketches/doorbell/doorbell.ino b/sketches/doorbell/doorbell.ino index 727f16b..ab66c9d 100644 --- a/sketches/doorbell/doorbell.ino +++ b/sketches/doorbell/doorbell.ino @@ -12,8 +12,8 @@ const char* COMMAND_POLL_URL = "http://ntfy.sh/ALERT_klubhaus_topic/json"; const char* SILENCE_POLL_URL = "http://ntfy.sh/SILENCE_klubhaus_topic/json"; const char* STATUS_POST_URL = "http://ntfy.sh/STATUS_klubhaus_topic"; -const unsigned long COMMAND_POLL_INTERVAL = 30000; -const unsigned long SILENCE_POLL_INTERVAL = 5000; +const unsigned long COMMAND_POLL_INTERVAL = 10000; +const unsigned long SILENCE_POLL_INTERVAL = 15000; const unsigned long BLINK_DURATION = 180000; const unsigned long BLINK_PERIOD = 1000; const unsigned long ERROR_BACKOFF = 60000;