1
0
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:
f4exb
2022-05-22 11:59:02 +02:00
parent 539a03373f
commit 6d7ee18989
30 changed files with 1646 additions and 18 deletions
+5
View File
@@ -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());