Proposal for requestAccount() (does not work)

... because of random signal from DeviceController.
... and wrong handling of DeviceController methods.
This commit is contained in:
Siegfried Siegert 2023-06-14 14:38:24 +02:00
parent 017543dd5b
commit 7ccbc8bb23
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -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<QString, QVariant> accountData;
// send account
// -> currently skipped: emit this->requestAccountResponse(accountData);
qCritical() << "ATBDeviceControllerPlugin::onCoinBoxRemoved()";
}