Skip to content

Commit

Permalink
Add uptime seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern authored Apr 10, 2024
1 parent 22cbd0d commit 4051bdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions meshtastic/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ message DeviceMetrics {
* Percent of airtime for transmission used within the last hour.
*/
float air_util_tx = 4;

/*
* How long the device has been running since the last reboot (in seconds)
*/
uint32 uptime_seconds = 5;
}

/*
Expand Down

0 comments on commit 4051bdb

Please sign in to comment.