mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 14:34:57 -04:00
LimeRFE feature: API updates
This commit is contained in:
@@ -5602,6 +5602,11 @@ bool WebAPIRequestMapper::getFeatureActions(
|
||||
featureActions->setGs232ControllerActions(new SWGSDRangel::SWGGS232ControllerActions());
|
||||
featureActions->getGs232ControllerActions()->fromJsonObject(actionsJsonObject);
|
||||
}
|
||||
else if (featureActionsKey == "LimeRFEActions")
|
||||
{
|
||||
featureActions->setLimeRfeActions(new SWGSDRangel::SWGLimeRFEActions());
|
||||
featureActions->getLimeRfeActions()->fromJsonObject(actionsJsonObject);
|
||||
}
|
||||
else if (featureActionsKey == "MapActions")
|
||||
{
|
||||
featureActions->setMapActions(new SWGSDRangel::SWGMapActions());
|
||||
|
||||
Reference in New Issue
Block a user