From c076090e03f47c56d2a5d9f861962c185cc66277 Mon Sep 17 00:00:00 2001 From: Siegfried Siegert Date: Thu, 27 Jun 2024 11:46:40 +0200 Subject: [PATCH] DeviceController Interface 1.1.5 (Ticket Variant FINE_PAYMENT) --- src/ATBAPP/DeviceControllerInterface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ATBAPP/DeviceControllerInterface.h b/src/ATBAPP/DeviceControllerInterface.h index 5589d6a..6f7ee03 100644 --- a/src/ATBAPP/DeviceControllerInterface.h +++ b/src/ATBAPP/DeviceControllerInterface.h @@ -203,7 +203,7 @@ signals: Q_DECLARE_INTERFACE(DeviceControllerInterface, - "eu.atb.ptu.plugin.DeviceControllerInterface/1.1.4") + "eu.atb.ptu.plugin.DeviceControllerInterface/1.1.5") namespace nsDeviceControllerInterface { @@ -236,6 +236,7 @@ namespace nsDeviceControllerInterface { ERROR_RECEIPT, START_RECEIPT, // e.g. Szeged Start STOP_RECEIPT, // e.g. Szeged Stop + FINE_PAYMENT, // e.g. Klaipeda FOOD_STAMP };