mirror of
https://github.com/meshtastic/python.git
synced 2026-02-17 03:11:26 -05:00
@@ -203,6 +203,7 @@ class MeshInterface:
|
||||
row.update(
|
||||
{
|
||||
"SNR": formatFloat(node.get("snr"), 2, " dB"),
|
||||
"Channel": node.get("channel"),
|
||||
"LastHeard": getLH(node.get("lastHeard")),
|
||||
"Since": getTimeAgo(node.get("lastHeard")),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user