API: Added RX.GET_CALL_SELECTED
This commit is contained in:
@@ -9231,6 +9231,7 @@ void MainWindow::networkMessage(Message const &message)
|
||||
}
|
||||
|
||||
// RX.GET_CALL_ACTIVITY
|
||||
// RX.GET_CALL_SELECTED
|
||||
// RX.GET_BAND_ACTIVITY
|
||||
// RX.GET_TEXT
|
||||
|
||||
@@ -9248,6 +9249,11 @@ void MainWindow::networkMessage(Message const &message)
|
||||
return;
|
||||
}
|
||||
|
||||
if(type == "RX.GET_CALL_SELECTED"){
|
||||
sendNetworkMessage("RX.CALL_SELECTED", callsignSelected());
|
||||
return;
|
||||
}
|
||||
|
||||
if(type == "RX.GET_BAND_ACTIVITY"){
|
||||
QMap<QString, QVariant> offsets;
|
||||
foreach(auto offset, m_bandActivity.keys()){
|
||||
|
||||
Reference in New Issue
Block a user