From 0050ea35d054035bceaafc2ff508e3be8b0046ba Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 7 Nov 2023 09:13:15 +0100 Subject: [PATCH] Update to new interfaces.h --- plugins/interfaces.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/interfaces.h b/plugins/interfaces.h index fbda6e5..feae409 100755 --- a/plugins/interfaces.h +++ b/plugins/interfaces.h @@ -1559,6 +1559,7 @@ public: virtual void bna_setCurrentAcceptance(uint16_t notesToAccept) const =0; // can be used to block notes dynamically, example: from now only 5€ bills are allowed (if only 3€ are to be paid) + // only valid till next start-payment. Cannot add notes which are not activated in Json virtual void bna_requestParameters(void) const =0; // send command to DC in order to get static invariable device parameters like currency