This commit is contained in:
Ayzen
2026-06-13 12:07:23 +03:00
parent f0d095de80
commit e7f2d25585
20 changed files with 903 additions and 148 deletions
+3
View File
@@ -29,6 +29,9 @@ class WebController(Protocol):
def capture_tmp_reference(self) -> None:
"""Capture and select a temporary reference (the desktop button)."""
def remove_last_measurement(self) -> None:
"""Remove the most recent measurement (the desktop button)."""
def apply_live_settings(self, fields: dict) -> list:
"""Apply live processor settings; returns the current settings schema."""