Added file types for JSON as enum

This commit is contained in:
Gerhard Hoffmann 2023-04-13 11:15:22 +02:00
parent c1b945225b
commit 82accc4b1a

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() {}