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; } /*