From 1f0c50031516ce96dc0fbd10a82683d3c741a735 Mon Sep 17 00:00:00 2001 From: Jake-B Date: Fri, 22 Nov 2024 07:35:49 -0500 Subject: [PATCH] Support for the ClimateGuard RadSens Geiger-Muller tube --- meshtastic/telemetry.proto | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 5dd810b4..69a06f71 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; + } /*