Add first_heard timestamp (#23)

This commit is contained in:
l5y
2025-09-14 09:12:57 +02:00
committed by GitHub
parent c67b18c657
commit 62b096c601
5 changed files with 71 additions and 8 deletions
+1
View File
@@ -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,