Implement new interface method sendDeviceParameter()

This commit is contained in:
2024-03-18 17:02:49 +01:00
parent 849305bc8f
commit 6a08cf0b62
2 changed files with 33 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ public:
// interface:
PLUGIN_STATE initDCPlugin(QObject *eventReceiver, const QSettings & settings);
void sendDeviceParameter(const QJsonObject & jsonObject);
// TASKS: Cash handling -------------------------------------------------------
void requestStartCashInput(const QString & amount);
void requestStopCashInput();