diff --git a/meshtastic/mesh_interface.py b/meshtastic/mesh_interface.py index db33c3f..57545c6 100644 --- a/meshtastic/mesh_interface.py +++ b/meshtastic/mesh_interface.py @@ -269,6 +269,7 @@ class MeshInterface: # pylint: disable=R0902 "ID": user["id"], "Hardware": user.get("hwModel", "UNSET"), "Pubkey": user.get("publicKey", "UNSET"), + "Role": user.get("role", "N/A"), } )