Re-enable sending DC-State after closing doors

This commit is contained in:
2024-06-03 11:53:58 +02:00
parent d66363da46
commit 962cd01eac
3 changed files with 19 additions and 0 deletions

View File

@@ -36,6 +36,12 @@ void DeviceControllerDiag::init(hwinf *hw, QObject* eventReceiver)
}
void DeviceControllerDiag::diagReInit()
{
this->machineEventSet.clear();
this->_isErrorState = false;
}
void DeviceControllerDiag::diagRequest()
{
qCritical() << "DeviceControllerDiag::diagRequest()";