improvements

This commit is contained in:
2023-02-19 17:06:08 +01:00
parent a2cb348ee3
commit 01fbb2d9fd
4 changed files with 18 additions and 3 deletions

View File

@ -95,6 +95,7 @@ void HeaterHandler::readCommandQueue() {
break;
} else if (result != returnvalue::OK) {
sif::warning << "HeaterHandler::readCommandQueue: Message reception error" << std::endl;
break;
}
result = actionHelper.handleActionMessage(&command);
if (result == returnvalue::OK) {