Upate DeviceControllerInterface to 1.1.0
This commit is contained in:
		@@ -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<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,
 | 
			
		||||
                    "eu.atb.ptu.plugin.DeviceControllerInterface/1.0.3")
 | 
			
		||||
                    "eu.atb.ptu.plugin.DeviceControllerInterface/1.1.0")
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
namespace nsDeviceControllerInterface {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user