mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Web API: Swagger definitions of deviceset GET and deviceset/device PUT
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#define SDRBASE_WEBAPI_WEBAPIADAPTERINTERFACE_H_
|
||||
|
||||
#include <QString>
|
||||
#include <regex>
|
||||
|
||||
namespace Swagger
|
||||
{
|
||||
@@ -223,6 +224,8 @@ public:
|
||||
static QString instanceDVSerialURL;
|
||||
static QString instancePresetURL;
|
||||
static QString instanceDeviceSetsURL;
|
||||
static std::regex devicesetURLRe;
|
||||
static std::regex devicesetDeviceURLRe;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user