mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-07-06 01:42:11 +02:00
Add first_heard timestamp (#23)
This commit is contained in:
@@ -15,6 +15,7 @@ CREATE TABLE IF NOT EXISTS nodes (
|
||||
hops_away INTEGER,
|
||||
snr REAL,
|
||||
last_heard INTEGER, -- unix seconds
|
||||
first_heard INTEGER NOT NULL, -- first time we saw node
|
||||
battery_level REAL,
|
||||
voltage REAL,
|
||||
channel_utilization REAL,
|
||||
|
||||
Reference in New Issue
Block a user