Skip to content

Commit

Permalink
Merge pull request #483 from meshtastic/uptime
Browse files Browse the repository at this point in the history
Add uptime seconds
  • Loading branch information
thebentern authored Apr 11, 2024
2 parents 22cbd0d + 4051bdb commit f92900c
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 f92900c

Please sign in to comment.