Rename picture-targets to output-targets across entire codebase
Rename all Python modules, classes, API endpoints, config keys, frontend fetch URLs, and Home Assistant integration URLs from picture-targets to output-targets. Store loads both new and legacy JSON keys for backward compatibility with existing data files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""Abstract base class for target processors.
|
||||
|
||||
A TargetProcessor encapsulates the processing loop and state for a single
|
||||
picture target. Concrete subclasses (WledTargetProcessor, KCTargetProcessor)
|
||||
output target. Concrete subclasses (WledTargetProcessor, KCTargetProcessor)
|
||||
implement the target-specific capture→process→output pipeline.
|
||||
|
||||
ProcessorManager creates and owns TargetProcessor instances, delegating
|
||||
|
||||
Reference in New Issue
Block a user