Add profile system for automatic target activation

Profiles monitor running processes and foreground windows to
automatically start/stop targets when conditions are met.
Includes profile engine, platform detector (WMI), REST API,
process browser endpoint, and calibration persistence fix.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-18 15:12:34 +03:00
parent d6cf45c873
commit 29d9b95885
15 changed files with 933 additions and 10 deletions

View File

@@ -243,7 +243,6 @@ class DeviceStore:
device.url = url
if led_count is not None:
device.led_count = led_count
device.calibration = create_default_calibration(led_count)
if enabled is not None:
device.enabled = enabled
if baud_rate is not None: