mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Demod Analyzer plugin: channel selection via api
Problem: It's not possible to select channel in Demod Analyzer feature
via api.
Solution:
Add new "action" into
POST /sdrangel/featureset/feature/{featureIndex}/actions
endpoint
This commit is contained in:
@@ -335,7 +335,8 @@ const QMap<QString, QString> WebAPIUtils::m_featureTypeToActionsKey = {
|
||||
{"SatelliteTracker", "SatelliteTrackerActions"},
|
||||
{"SimplePTT", "SimplePTTActions"},
|
||||
{"StarTracker", "StarTrackerActions"},
|
||||
{"VORLocalizer", "VORLocalizerActions"}
|
||||
{"VORLocalizer", "VORLocalizerActions"},
|
||||
{"DemodAnalyzer", "DemodAnalyzerActions"}
|
||||
};
|
||||
|
||||
const QMap<QString, QString> WebAPIUtils::m_featureURIToSettingsKey = {
|
||||
|
||||
Reference in New Issue
Block a user