mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Implemented run action API in relevant feature plugins
This commit is contained in:
@@ -277,8 +277,15 @@ const QMap<QString, QString> WebAPIUtils::m_featureTypeToSettingsKey = {
|
||||
};
|
||||
|
||||
const QMap<QString, QString> WebAPIUtils::m_featureTypeToActionsKey = {
|
||||
{"AFC", "AFCActions"},
|
||||
{"GS232Controller", "GS232ControllerActions"},
|
||||
{"Map", "MapActions"},
|
||||
{"SimplePTT", "SimplePTTActions"}
|
||||
{"PERTester", "PERTesterActions"},
|
||||
{"RigCtlServer", "RigCtlServerActions"},
|
||||
{"SatelliteTracker", "SatelliteTrackerActions"},
|
||||
{"SimplePTT", "SimplePTTActions"},
|
||||
{"StarTracker", "StarTrackerActions"},
|
||||
{"VORLocalizer", "VORLocalizerActions"}
|
||||
};
|
||||
|
||||
const QMap<QString, QString> WebAPIUtils::m_featureURIToSettingsKey = {
|
||||
|
||||
Reference in New Issue
Block a user