Update DeviceControllerInterface 1.1.2 (coinAttached-Signal)

This commit is contained in:
Siegfried Siegert 2024-02-21 16:29:21 +01:00
parent 7ae4ddd851
commit eb1eab690b
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -104,6 +104,9 @@ signals:
const QString & errorCode,
const QString & errorDescription);
void coinAttached();
/**
* emitted on e.g. a coin input
*/
@ -193,7 +196,7 @@ signals:
Q_DECLARE_INTERFACE(DeviceControllerInterface,
"eu.atb.ptu.plugin.DeviceControllerInterface/1.1.1")
"eu.atb.ptu.plugin.DeviceControllerInterface/1.1.2")
namespace nsDeviceControllerInterface {