Call diagReqeust() on door opened signals
This commit is contained in:
parent
4187d8044d
commit
13f1d84cc0
@ -333,6 +333,9 @@ void ATBDeviceControllerPlugin::onServiceDoorOpened()
|
|||||||
{
|
{
|
||||||
qCritical() << "ATBDeviceControllerPlugin::onServiceDoorOpened()";
|
qCritical() << "ATBDeviceControllerPlugin::onServiceDoorOpened()";
|
||||||
|
|
||||||
|
// ... to detect alarm etc.
|
||||||
|
this->diag->diagRequest();
|
||||||
|
|
||||||
// switch to mode service
|
// switch to mode service
|
||||||
emit this->requestModeSERVICE();
|
emit this->requestModeSERVICE();
|
||||||
|
|
||||||
@ -347,6 +350,12 @@ void ATBDeviceControllerPlugin::onVaultDoorOpened()
|
|||||||
// - create an HealthEvent (-> ISMAS-Event)
|
// - create an HealthEvent (-> ISMAS-Event)
|
||||||
qCritical() << "ATBDeviceControllerPlugin::onVaultDoorOpened()";
|
qCritical() << "ATBDeviceControllerPlugin::onVaultDoorOpened()";
|
||||||
|
|
||||||
|
// ... to detect alarm etc.
|
||||||
|
this->diag->diagRequest();
|
||||||
|
|
||||||
|
// this is started here because we want to keep ptu awake in order to get
|
||||||
|
// coin box removed / inserted etc.
|
||||||
|
// BackgroundTask("ACCOUNT") is finished, if account message is sent to ISMAS!
|
||||||
this->dbus->startBackgroundTask("ACCOUNT");
|
this->dbus->startBackgroundTask("ACCOUNT");
|
||||||
|
|
||||||
// do not: emit this->requestModeSERVICE();
|
// do not: emit this->requestModeSERVICE();
|
||||||
|
Loading…
Reference in New Issue
Block a user