From 81a70bf387ce8ec5d7a04cb523821d2cf0232d0a Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Fri, 15 Dec 2023 11:29:08 +0100 Subject: [PATCH] Upate DeviceControllerInterface to 1.1.0 --- src/ATBAPP/DeviceControllerInterface.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/ATBAPP/DeviceControllerInterface.h b/src/ATBAPP/DeviceControllerInterface.h index 39645c8..6de0068 100644 --- a/src/ATBAPP/DeviceControllerInterface.h +++ b/src/ATBAPP/DeviceControllerInterface.h @@ -146,6 +146,11 @@ signals: */ void requestModeSERVICE(); + /** + * emitted e.g. if vault door is opened + */ + void requestModeACCOUNT(); + /** * emitted e.g. if doors are closed */ @@ -162,7 +167,11 @@ signals: void requestAccountResponse(const QHash & accountData); - + /** + * show text messaged in service mode + */ + void showServiceText(const QString & text); + void showServiceText(quint16 textNumber); /** @@ -182,7 +191,7 @@ signals: Q_DECLARE_INTERFACE(DeviceControllerInterface, - "eu.atb.ptu.plugin.DeviceControllerInterface/1.0.3") + "eu.atb.ptu.plugin.DeviceControllerInterface/1.1.0") namespace nsDeviceControllerInterface {