improvements
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user