From f31581adfd72478a861d5e756aa33c576698a139 Mon Sep 17 00:00:00 2001 From: ford-jones Date: Sat, 30 Aug 2025 20:00:19 +1200 Subject: [PATCH] Add battery percentage to device metadata --- meshtastic/mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 504b7a56..369b2d3b 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -2213,6 +2213,11 @@ message DeviceMetadata { * (bitwise OR of ExcludedModules) */ uint32 excluded_modules = 12; + + /* + * Battery charge percentage + */ + uint32 remaining_battery = 13; } /*