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

@@ -540,6 +540,8 @@ void ATBDeviceControllerPlugin::onCBinAndAllDoorsClosed()
{
qCritical() << "ATBDeviceControllerPlugin::onCBinAndAllDoorsClosed()";
this->diag->diagReInit();
QTimer::singleShot(2000, this, SIGNAL(requestModeIDLE()));
this->dbus->finishedBackgroundTask("DOOR_OPEN");