1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Add tunerType to Web API report

This commit is contained in:
Jon Beniston
2023-09-15 09:33:24 +01:00
parent 1b1530f10d
commit 28c566f84c
4 changed files with 36 additions and 0 deletions
@@ -780,6 +780,8 @@ void RTLSDRInput::webapiFormatDeviceReport(SWGSDRangel::SWGDeviceReport& respons
response.getRtlSdrReport()->getGains()->append(new SWGSDRangel::SWGGain);
response.getRtlSdrReport()->getGains()->back()->setGainCb(*it);
}
response.getRtlSdrReport()->setTunerType(new QString(getTunerName()));
}
void RTLSDRInput::webapiReverseSendSettings(const QList<QString>& deviceSettingsKeys, const RTLSDRSettings& settings, bool force)