mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 23:14:47 -04:00
API: report running state for feature plugins with run action
This commit is contained in:
@@ -377,6 +377,7 @@ void SimplePTT::webapiUpdateFeatureSettings(
|
||||
void SimplePTT::webapiFormatFeatureReport(SWGSDRangel::SWGFeatureReport& response)
|
||||
{
|
||||
response.getSimplePttReport()->setPtt(m_ptt ? 1 : 0);
|
||||
response.getSimplePttReport()->setRunningState(getState());
|
||||
}
|
||||
|
||||
void SimplePTT::webapiReverseSendSettings(QList<QString>& channelSettingsKeys, const SimplePTTSettings& settings, bool force)
|
||||
|
||||
Reference in New Issue
Block a user