Add the radio ID to the metadata payload to track who is talking, not just what system
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user