Send interface signal on VaultDoor opened

This commit is contained in:
Siegfried Siegert 2023-12-15 11:54:36 +01:00
parent 81a70bf387
commit 07bb1bde50
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -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()