From 5bccf5106e5a6fa02216e702d4691cb42fa1361f Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 19 Mar 2022 08:46:40 -0500 Subject: [PATCH] Add telemetry to node info --- mesh.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mesh.proto b/mesh.proto index 7545bc2..551fb37 100644 --- a/mesh.proto +++ b/mesh.proto @@ -1013,6 +1013,10 @@ message NodeInfo { * Set to indicate the last time we received a packet from this node */ fixed32 last_heard = 5; + /* + * The latest telemetry data for the node. + */ + Telemetry telemetry = 6; } /*