Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
c5b321430e | |||
ee84327b5c |
|
@ -13,6 +13,9 @@ def export_nodelist(now, nodedb):
|
|||
node_out["status"] = dict()
|
||||
node_out["status"]["online"] = node["flags"]["online"]
|
||||
|
||||
if "firstseen" in node:
|
||||
node_out["status"]["firstcontact"] = node["firstseen"]
|
||||
|
||||
if "lastseen" in node:
|
||||
node_out["status"]["lastcontact"] = node["lastseen"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue