Merge commit '91c907ba506fc03e4f9e2a02bca17c312e184462'

Synchronize with DCPlugin.
This commit is contained in:
Gerhard Hoffmann 2023-04-13 11:28:18 +02:00
commit 622237afeb

View File

@ -265,6 +265,7 @@ class hwinf
public:
enum class DownloadResult {OK, ERROR, TIMEOUT, NOP};
enum class FileTypeJson {CONFIG=1, DEVICE, CASH, SERIAL, TIME, PRINTER};
virtual ~hwinf() {}