diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index 3727576..4819a51 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -439,9 +439,6 @@ void ATBDeviceControllerPlugin::onServiceDoorOpened() void ATBDeviceControllerPlugin::onVaultDoorOpened() { - // TODO: - // - show special screen / message on screen - // - create an HealthEvent (-> ISMAS-Event) qCritical() << "ATBDeviceControllerPlugin::onVaultDoorOpened()"; // ... to detect alarm etc. @@ -452,7 +449,7 @@ void ATBDeviceControllerPlugin::onVaultDoorOpened() // BackgroundTask("ACCOUNT") is finished, if account message is sent to ISMAS! this->dbus->startBackgroundTask("DOOR_OPEN"); - // do not: emit this->requestModeSERVICE(); + emit this->requestModeACCOUNT(); } void ATBDeviceControllerPlugin::onCoinBoxRemoved()