Add meta stream to channel config
Some checks failed
Lint / lint (push) Failing after 7s
release-tag / release-image (push) Failing after 17s

This commit is contained in:
Logan Cusano
2025-10-22 01:11:35 -04:00
parent ae7823d7b7
commit 330bb693f6
2 changed files with 3 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ class ChannelConfig(BaseModel):
name: str
trunking_sysname: Optional[str]
enable_analog: str
meta_stream_name: str
demod_type: DemodType
filter_type: FilterType
device: Optional[str] = "sdr"