Skip to content

Commit

Permalink
Merge pull request #730 from migillett/feature/nodes-add-role
Browse files Browse the repository at this point in the history
#692 feature/nodes-add-role
  • Loading branch information
thebentern authored Jan 24, 2025
2 parents 0487ce5 + 1e6625d commit 9c53ea0
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 9c53ea0

Please sign in to comment.