From c952f8a4c1c30f724743ee322dd3ec3ec2f934c4 Mon Sep 17 00:00:00 2001 From: jake-b <1012393+jake-b@users.noreply.github.com> Date: Sat, 23 Nov 2024 09:10:43 -0500 Subject: [PATCH] Support for the ClimateGuard RadSens Geiger-Muller tube (#626) Co-authored-by: Jake-B --- meshtastic/telemetry.proto | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 5dd810b..69a06f7 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -128,6 +128,12 @@ message EnvironmentMetrics { * Wind lull in m/s */ optional float wind_lull = 17; + + /* + * Radiation in µR/h + */ + optional float radiation = 18; + } /* @@ -525,6 +531,12 @@ enum TelemetrySensorType { * SCD40/SCD41 CO2, humidity, temperature sensor */ SCD4X = 32; + + /* + * ClimateGuard RadSens, radiation, Geiger-Muller Tube + */ + RADSENS = 33; + } /*