DeviceControllerInterface 1.2.2 (requestDiag)

This commit is contained in:
2025-07-10 13:32:26 +02:00
parent feb53f8174
commit 9d81e1217e

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 {