we need a dummy heater handler

This commit is contained in:
2022-11-24 16:40:59 +01:00
parent 17a336ba0a
commit f932c4c2c5
11 changed files with 94 additions and 161 deletions

@ -16,7 +16,7 @@
ThermalController::ThermalController(object_id_t objectId, HeaterHandler& heater)
: ExtendedControllerBase(objectId),
heater(heater),
heaterHandler(heater),
sensorTemperatures(this),
susTemperatures(this),
deviceTemperatures(this),