collect uptime telemetry added in meshtastic v2.3.5

This commit is contained in:
liamcottle
2024-04-16 16:32:26 +12:00
parent 3a3a479e39
commit fbaafccec8
4 changed files with 20 additions and 0 deletions

View File

@ -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?