From 82ea96facb47eaa7f033ca094c8caf21d082480f Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Fri, 16 Jan 2026 20:34:35 +0800 Subject: enhancements --- backend/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'backend') diff --git a/backend/main.py b/backend/main.py index 8dc6470..c42e83f 100644 --- a/backend/main.py +++ b/backend/main.py @@ -216,7 +216,9 @@ def final_timer_finished(timer_id): out[0][RowIndices.SUBSCRIPTION_ID], { "title": "Laundry Finished", - "body": "Do collect your laundry, then press this notification to mark your laundry as collected.", + "body": "Your laundry is finished! Please collect your laundry.", + "requireInteraction": True, + "timerId": timer_id, } ) -- cgit v1.2.3