collect uptime telemetry added in meshtastic v2.3.5
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE `nodes` ADD COLUMN `uptime_seconds` BIGINT NULL;
|
@ -38,6 +38,7 @@ model Node {
|
||||
voltage Decimal?
|
||||
channel_utilization Decimal?
|
||||
air_util_tx Decimal?
|
||||
uptime_seconds BigInt?
|
||||
|
||||
neighbour_broadcast_interval_secs Int?
|
||||
neighbours Json?
|
||||
|
Reference in New Issue
Block a user