From 4051bdbee05fe9b695249e38a1664b4e3fae8c22 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 10 Apr 2024 07:07:37 -0500 Subject: [PATCH] Add uptime seconds --- meshtastic/telemetry.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 0eb59cd..ed48589 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -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; } /*