mirror of
https://github.com/meshtastic/python.git
synced 2026-01-09 08:17:55 -05:00
Merge pull request #730 from migillett/feature/nodes-add-role
#692 feature/nodes-add-role
This commit is contained in:
@@ -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"),
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user