DeviceControllerInterface 1.2.2 (requestDiag)

This commit is contained in:
Siegfried Siegert 2025-07-10 13:32:26 +02:00
parent 6a667d03ea
commit 4a0418611e
Signed by: SiegfriedSiegert
GPG Key ID: 68371E015E8F0B03

View File

@ -104,6 +104,9 @@ public slots:
virtual void reboot() = 0;
virtual void reset() = 0;
virtual void requestDiag() = 0;
signals:
void printTicketFinished(nsDeviceControllerInterface::RESULT_STATE resultState,
@ -213,7 +216,7 @@ signals:
Q_DECLARE_INTERFACE(DeviceControllerInterface,
"eu.atb.ptu.plugin.DeviceControllerInterface/1.2.1")
"eu.atb.ptu.plugin.DeviceControllerInterface/1.2.2")
namespace nsDeviceControllerInterface {