feature/nodes-add-role

This commit is contained in:
Michael Gillett
2025-01-21 22:31:33 -05:00
parent 0487ce5e1a
commit 1e6625d062

View File

@@ -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"),
}
)