feat(multi-rig): auto-discover per-rig audio ports via GetRigs

This commit is contained in:
2026-02-25 23:31:38 +01:00
parent b1c232f388
commit 47cff3f927
9 changed files with 50 additions and 12 deletions
+2
View File
@@ -55,6 +55,8 @@ pub struct ClientEnvelope {
pub struct RigEntry {
pub rig_id: String,
pub state: RigSnapshot,
#[serde(default, skip_serializing_if = "Option::is_none")]
pub audio_port: Option<u16>,
}
/// Response sent to network clients over TCP.