From 3b0e0919fc01db74aea638e6162ca3a981b451b5 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 26 May 2025 16:29:32 -0600 Subject: [PATCH] force system to disarm at end of a test --- ui/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/index.html b/ui/index.html index 7a39219..5630d15 100644 --- a/ui/index.html +++ b/ui/index.html @@ -79,6 +79,7 @@ status = "idle"; document.querySelector('#startTest').textContent = 'Start Test'; const response = fetch("/endtest", fetchOptions); + armSystem(); } } -- 2.47.2