From: Bdale Garbee Date: Mon, 26 May 2025 22:29:32 +0000 (-0600) Subject: force system to disarm at end of a test X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3b0e0919fc01db74aea638e6162ca3a981b451b5;p=fw%2Fquantimotor force system to disarm at end of a test --- 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(); } }