kopia lustrzana https://github.com/mate-dev/meshtastic-matrix-relay
Merge pull request #1 from mate-dev/troubleshoot/plugin_nodes_lastheard
Corrected lastheard variable namefeature/plugins-parameters
commit
2f5973287f
|
@ -57,7 +57,7 @@ $shortname $longname / $devicemodel / $battery $voltage / $snr / $lastseen
|
||||||
|
|
||||||
last_heard = None
|
last_heard = None
|
||||||
if "lastHeard" in info:
|
if "lastHeard" in info:
|
||||||
last_header = get_relative_time(info["lastHeard"])
|
last_heard = get_relative_time(info["lastHeard"])
|
||||||
|
|
||||||
voltage = "?V"
|
voltage = "?V"
|
||||||
battery = "?%"
|
battery = "?%"
|
||||||
|
|
Ładowanie…
Reference in New Issue