mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Web API: implemented /sdrangel/deviceset/{deviceSetIndex}/focus PATCH
This commit is contained in:
@@ -748,6 +748,15 @@ int WebAPIAdapterSrv::devicesetGet(
|
||||
}
|
||||
}
|
||||
|
||||
int WebAPIAdapterSrv::devicesetFocusPatch(
|
||||
int deviceSetIndex __attribute__((unused)),
|
||||
SWGSDRangel::SWGSuccessResponse& response __attribute__((unused)),
|
||||
SWGSDRangel::SWGErrorResponse& error)
|
||||
{
|
||||
*error.getMessage() = QString("Not supported in server instance");
|
||||
return 400;
|
||||
}
|
||||
|
||||
int WebAPIAdapterSrv::devicesetDevicePut(
|
||||
int deviceSetIndex,
|
||||
SWGSDRangel::SWGDeviceListItem& response,
|
||||
|
||||
Reference in New Issue
Block a user