mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
API: added feature sets in the instance summary
This commit is contained in:
@@ -122,6 +122,9 @@ int WebAPIAdapter::instanceSummary(
|
||||
SWGSDRangel::SWGDeviceSetList *deviceSetList = response.getDevicesetlist();
|
||||
getDeviceSetList(deviceSetList);
|
||||
|
||||
SWGSDRangel::SWGFeatureSetList *featureSetList = response.getFeaturesetlist();
|
||||
getFeatureSetList(featureSetList);
|
||||
|
||||
return 200;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user