[fix](trx-rs): wire DSP signal strength to Signal strength field and per-vchan SSE
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Stan Grams <sjg@haxx.space>
This commit is contained in:
@@ -437,6 +437,9 @@ pub struct VchanRdsEntry {
|
||||
/// Latest RDS data, if decoded.
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
pub rds: Option<RdsData>,
|
||||
/// Channel signal level in dBFS.
|
||||
#[serde(default, skip_serializing_if = "Option::is_none")]
|
||||
pub signal_db: Option<f32>,
|
||||
}
|
||||
|
||||
/// Read-only projection of state shared with clients.
|
||||
|
||||
Reference in New Issue
Block a user