From 63be82f601aa0cd44db85aebb47df3d6cc6086ea Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 24 Nov 2025 17:46:22 +1300 Subject: [PATCH] expose call tx/rx info --- meshchat.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meshchat.py b/meshchat.py index 504a0ee..0bd4ae0 100644 --- a/meshchat.py +++ b/meshchat.py @@ -374,6 +374,10 @@ class ReticulumMeshChat: "is_outgoing": telephone_active_call.is_outgoing, "remote_identity_hash": remote_identity_hash, "remote_identity_name": remote_identity_name, + "tx_packets": telephone_active_call.tx, + "rx_packets": telephone_active_call.rx, + "tx_bytes": telephone_active_call.txbytes, + "rx_bytes": telephone_active_call.rxbytes, } return web.json_response({