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)
|
// - create an HealthEvent (-> ISMAS-Event)
|
||||||
qCritical() << "ATBDeviceControllerPlugin::onVaultDoorOpened()";
|
qCritical() << "ATBDeviceControllerPlugin::onVaultDoorOpened()";
|
||||||
|
|
||||||
// TODO: Start background task "ACCOUNT"
|
this->dbus->startBackgroundTask("ACCOUNT");
|
||||||
|
|
||||||
// do not: emit this->requestModeSERVICE();
|
// do not: emit this->requestModeSERVICE();
|
||||||
}
|
}
|
||||||
@ -368,9 +368,7 @@ void ATBDeviceControllerPlugin::onCBinAndAllDoorsClosed()
|
|||||||
{
|
{
|
||||||
qCritical() << "ATBDeviceControllerPlugin::onCBinAndAllDoorsClosed()";
|
qCritical() << "ATBDeviceControllerPlugin::onCBinAndAllDoorsClosed()";
|
||||||
|
|
||||||
this->diag->diagRequest();
|
this->diag->diagRequest();
|
||||||
|
|
||||||
// TODO: Stop background task "ACCOUNT"
|
|
||||||
|
|
||||||
QTimer::singleShot(2000, this, SIGNAL(requestModeIDLE()));
|
QTimer::singleShot(2000, this, SIGNAL(requestModeIDLE()));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user