mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
AMBE feature: implemented API
This commit is contained in:
@@ -5300,6 +5300,11 @@ bool WebAPIRequestMapper::getFeatureActions(
|
||||
featureActions->setAfcActions(new SWGSDRangel::SWGAFCActions());
|
||||
featureActions->getAfcActions()->fromJsonObject(actionsJsonObject);
|
||||
}
|
||||
else if (featureActionsKey == "AMBEActions")
|
||||
{
|
||||
featureActions->setAmbeActions(new SWGSDRangel::SWGAMBEActions());
|
||||
featureActions->getAmbeActions()->fromJsonObject(actionsJsonObject);
|
||||
}
|
||||
else if (featureActionsKey == "GS232ControllerActions")
|
||||
{
|
||||
featureActions->setGs232ControllerActions(new SWGSDRangel::SWGGS232ControllerActions());
|
||||
|
||||
Reference in New Issue
Block a user