mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Web API: /sdrangel/deviceset/{deviceSetIndex}/device/settings PUT, PATCH with all settings parameters optional
This commit is contained in:
@@ -384,6 +384,7 @@ public:
|
||||
virtual int devicesetDeviceSettingsPutPatch(
|
||||
int deviceSetIndex __attribute__((unused)),
|
||||
bool force __attribute__((unused)), //!< true to force settings = put else patch
|
||||
const QStringList& channelSettingsKeys __attribute__((unused)),
|
||||
SWGSDRangel::SWGDeviceSettings& response __attribute__((unused)),
|
||||
SWGSDRangel::SWGErrorResponse& error)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user