1
0
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:
Anton Kotenko
2024-01-21 13:47:07 +01:00
parent 9bfeddfea5
commit 3a6fb11a4c
15 changed files with 339 additions and 3 deletions
+2 -1
View File
@@ -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 = {