From a4f3b94e9ba8b0d689b45ee2668487e9c33e98f3 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 20 May 2025 11:54:24 +0200 Subject: [PATCH 1/2] fix: provide response for FocusOperation.ActivateWay --- src/controllers/api/focusController.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/controllers/api/focusController.ts b/src/controllers/api/focusController.ts index de892829..90b55a2e 100644 --- a/src/controllers/api/focusController.ts +++ b/src/controllers/api/focusController.ts @@ -64,7 +64,9 @@ export const focusController: RequestHandler = async (req, res) => { } ); - res.end(); + res.json({ + FocusUpgrade: { ItemType: focusType } + }); break; } case FocusOperation.UnlockUpgrade: { -- 2.47.2 From 156cc41a57d15807d0f1371c8afba5f769149182 Mon Sep 17 00:00:00 2001 From: Animan8000 Date: Wed, 9 Jul 2025 04:51:32 -0700 Subject: [PATCH 2/2] static/webui/index.html aktualisiert --- static/webui/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/webui/index.html b/static/webui/index.html index 55676cd8..88329695 100644 --- a/static/webui/index.html +++ b/static/webui/index.html @@ -1,5 +1,8 @@ - + + OpenWF WebUI -- 2.47.2