[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:
2026-03-27 14:24:44 +01:00
parent d864969742
commit 4fc32f0e90
6 changed files with 49 additions and 9 deletions
+3
View File
@@ -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.