Account: start dbus backgroundTask
This commit is contained in:
parent
f790d327e9
commit
e3d73cbb66
@ -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()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user