Account: start dbus backgroundTask

This commit is contained in:
2023-07-20 08:15:30 +02:00
parent f790d327e9
commit e3d73cbb66

View File

@@ -347,7 +347,7 @@ void ATBDeviceControllerPlugin::onVaultDoorOpened()
// - create an HealthEvent (-> ISMAS-Event)
qCritical() << "ATBDeviceControllerPlugin::onVaultDoorOpened()";
// TODO: Start background task "ACCOUNT"
this->dbus->startBackgroundTask("ACCOUNT");
// do not: emit this->requestModeSERVICE();
}
@@ -370,8 +370,6 @@ void ATBDeviceControllerPlugin::onCBinAndAllDoorsClosed()
this->diag->diagRequest();
// TODO: Stop background task "ACCOUNT"
QTimer::singleShot(2000, this, SIGNAL(requestModeIDLE()));
}