this is going to be annoying
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-11-16 17:33:19 +01:00
parent 311d03e680
commit 33bd5cb63a
7 changed files with 36 additions and 19 deletions

View File

@ -322,7 +322,7 @@ HeaterHandler::SwitchState HeaterHandler::checkSwitchState(heater::Switchers swi
}
ReturnValue_t HeaterHandler::switchHeater(heater::Switchers heater, ReturnValue_t onOff) {
return sendSwitchCommand(heater, onOff);
return sendSwitchCommand(heater, onOff);
}
bool HeaterHandler::allSwitchesOff() {