From f8f633b1d122eb0715cf9f03951bb36f0dbce788 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 19 Mar 2022 08:50:56 -0500 Subject: [PATCH] Added descriptions --- telemetry.proto | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/telemetry.proto b/telemetry.proto index c806c38..56e83c7 100644 --- a/telemetry.proto +++ b/telemetry.proto @@ -37,32 +37,32 @@ message Telemetry { bool router_heartbeat = 5; /* - * TODO: REPLACE + * Temperature measured */ float temperature = 6; /* - * TODO: REPLACE + * Relative humidity percent measured */ float relative_humidity = 7; /* - * TODO: REPLACE + * Barometric pressure in hPA measured */ float barometric_pressure = 8; /* - * TODO: REPLACE + * Gas resistance in mOhm measured */ float gas_resistance = 9; /* - * TODO: REPLACE + * Voltage measured */ float voltage = 10; /* - * TODO: REPLACE + * Current measured */ float current = 11; }