Upate DeviceControllerInterface to 1.1.0
This commit is contained in:
parent
012f3430c5
commit
81a70bf387
@ -146,6 +146,11 @@ signals:
|
|||||||
*/
|
*/
|
||||||
void requestModeSERVICE();
|
void requestModeSERVICE();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* emitted e.g. if vault door is opened
|
||||||
|
*/
|
||||||
|
void requestModeACCOUNT();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* emitted e.g. if doors are closed
|
* emitted e.g. if doors are closed
|
||||||
*/
|
*/
|
||||||
@ -162,7 +167,11 @@ signals:
|
|||||||
void requestAccountResponse(const QHash<QString, QVariant> & accountData);
|
void requestAccountResponse(const QHash<QString, QVariant> & 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,
|
Q_DECLARE_INTERFACE(DeviceControllerInterface,
|
||||||
"eu.atb.ptu.plugin.DeviceControllerInterface/1.0.3")
|
"eu.atb.ptu.plugin.DeviceControllerInterface/1.1.0")
|
||||||
|
|
||||||
|
|
||||||
namespace nsDeviceControllerInterface {
|
namespace nsDeviceControllerInterface {
|
||||||
|
Loading…
Reference in New Issue
Block a user