Skip to content

Commit

Permalink
feature/nodes-add-role
Browse files Browse the repository at this point in the history
  • Loading branch information
migillett committed Jan 22, 2025
1 parent 0487ce5 commit 1e6625d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meshtastic/mesh_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
}
)

Expand Down

0 comments on commit 1e6625d

Please sign in to comment.