From 912a4d7161bf5f0e9624e18a5341e6f36fb5f987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20K=C3=B6pp?= <121643070+cornelius-koepp@users.noreply.github.com> Date: Sun, 2 Nov 2025 11:45:36 +0100 Subject: [PATCH 1/2] PowerSave State Flow: Ad d Transitions to ACTIVE --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5b9d8a3..bb509b1 100644 --- a/README.md +++ b/README.md @@ -320,25 +320,25 @@ STARTUP -> IDLE -> {PRIORITY, BACKGROUND, DEFAULT} ┌──────────┐ dimTimeout (30s) │ ACTIVE │─────────────────────┐ │ 100% Br. │ │ - └────▲─────┘ │ - │ ▼ + └──────────┘ │ + ▲ ▼ │ userInteraction() ┌──────────┐ screenSaverTimeout (60s) │ │ DIMMED │─────────────────────┐ - │ │ 30% Br. │ │ - │ └──────────┘ │ + ├─────────────────────│ 30% Br. │ │ + │ Any Button Press └──────────┘ │ │ ▼ │ ┌──────────────────┐ │ │ SCREENSAVER │ - │ │ Animation runs │ - │ └────────┬─────────┘ + ├────────────────────────────────────────────│ Animation runs │ + │ Any Button Press └────────┬─────────┘ │ │ │ sleepTimeout │ │ (5 min) │ │ ▼ │ ┌──────────────────┐ │ │ SLEEP │ - │ │ Display OFF │ - │ └────────┬─────────┘ + ├────────────────────────────────────────────│ Display OFF │ + │ Any Button Press └────────┬─────────┘ │ │ │ offTimeout │ │ (disabled) │ From 0463923c33c4ff952e1aeb9fd24f7e782d1f4cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20K=C3=B6pp?= <121643070+cornelius-koepp@users.noreply.github.com> Date: Sun, 2 Nov 2025 11:48:54 +0100 Subject: [PATCH 2/2] Fix: Misleading Lines Widget in State Machine Flow --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb509b1..1e546bc 100644 --- a/README.md +++ b/README.md @@ -361,10 +361,10 @@ STARTUP -> IDLE -> {PRIORITY, BACKGROUND, DEFAULT} └─────────┘ │ ▼ ┌──────────┐ - │ IDLE │◄────────────────┐ - └────┬─────┘ │ - │ │ - ┌──────────────────────┼───────────────────────┼──────────────────┐ + │ IDLE │◄───────────────────────────────────┐ + └────┬─────┘ │ + │ │ + ┌──────────────────────┼───────────────────────┐ │ │ │ │ │ │ Priority Widget │ Background │ Default │ │ (ProgMode) │ Widget │ Widget │