Files
brewpi/brewpi
jens e62863ca93 Fix pid_type "Normal" crashing on startup (part 2)
Found while live-testing the previous fix: brewpi.py unconditionally
wired heater.power_set to tc.set_model_power, but "Normal" has no
internal model and thus no such method - same hasattr guard already
used elsewhere (tasks/sud.py's apply_plant_params) for this.
2026-06-21 09:42:09 +02:00
..