From 1e6625d0620e18af2023c314d540a023438851d5 Mon Sep 17 00:00:00 2001 From: Michael Gillett <51103663+migillett@users.noreply.github.com> Date: Tue, 21 Jan 2025 22:31:33 -0500 Subject: [PATCH] feature/nodes-add-role --- meshtastic/mesh_interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meshtastic/mesh_interface.py b/meshtastic/mesh_interface.py index db33c3fb..57545c64 100644 --- a/meshtastic/mesh_interface.py +++ b/meshtastic/mesh_interface.py @@ -269,6 +269,7 @@ def getTimeAgo(ts) -> Optional[str]: "ID": user["id"], "Hardware": user.get("hwModel", "UNSET"), "Pubkey": user.get("publicKey", "UNSET"), + "Role": user.get("role", "N/A"), } )