diff --git a/app/node_main.py b/app/node_main.py index 592f107..f9e2d95 100644 --- a/app/node_main.py +++ b/app/node_main.py @@ -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()