Add the radio ID to the metadata payload to track who is talking, not just what system

This commit is contained in:
Logan Cusano
2025-12-29 19:02:51 -05:00
parent ca984be293
commit ee9ce0e140

View File

@@ -232,6 +232,7 @@ async def mqtt_lifecycle_manager():
current_tgid = int(t)
current_meta = {
"tgid": str(t),
"rid": str(ch.get("srcaddr", "")).strip(),
"alpha_tag": str(ch.get("tag", "")).strip(),
"frequency": str(ch.get("freq", 0)),
"sysname": str(ch.get("system", "")).strip()