mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 06:17:44 -04:00
1 file changed
+1
@@ -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