From 7012024a6acdbfc645313dadf7a47cf4792cb605 Mon Sep 17 00:00:00 2001 From: Aaro Varis Date: Thu, 5 Feb 2026 10:39:25 +0200 Subject: [PATCH] test watch script --- init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.py b/init.py index d413d1b..0763475 100644 --- a/init.py +++ b/init.py @@ -88,7 +88,7 @@ class AlarmClock: longPressThreshold: float = 1.0 # 1 second for long press buttonPressStartTime: float = 0.0 configMode: str = "normal" # modes: normal, set_hour, set_minute - alarmTime: datetime = datetime.now(ZoneInfo("Europe/Helsinki")).replace(hour=9, minute=50, second=0, microsecond=0) + alarmTime: datetime = datetime.now(ZoneInfo("Europe/Helsinki")).replace(hour=9, minute=51, second=0, microsecond=0) actionsResetForToday: bool = False alarmActive: bool = False def __init__(self, pins: dict = {}):