diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index d2c867c..7377ee3 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -152,8 +152,19 @@ void ATBDeviceControllerPlugin::onVaultDoorOpened() void ATBDeviceControllerPlugin::onCoinBoxRemoved() { + hw->log_selectVaultRecord(0); + // TODO: // - create and send account (-> requestAccountResponse()) + + // account: + // collect account data + QHash accountData; + + // send account + // -> currently skipped: emit this->requestAccountResponse(accountData); + + qCritical() << "ATBDeviceControllerPlugin::onCoinBoxRemoved()"; }