Files
brewpi/tasks/__init__.py
T
jensandClaude Sonnet 4.6 e0bd3acc26 Remove TracerTask
Its brewpi.mat output had no consumer - the GUI never subscribed to the
'Tracer' channel, and SudLogTask's run-scoped JSON logs now cover the same
sensor/heater/tc data for actual analysis. Drop the task, its DT_TASK_TRACER
interval, and the wiring in server/brewpi.py.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DkkuG48uHFCGKe6dPSERFk
2026-06-22 18:03:48 +02:00

9 lines
216 B
Python

from tasks.task import *
from tasks.tempsensor import *
from tasks.heater import *
from tasks.stirrer import *
from tasks.pot import *
from tasks.tempctrl import *
from tasks.sud import *
from tasks.sud_log import *