Support for the ClimateGuard RadSens Geiger-Muller tube (#626)

Co-authored-by: Jake-B <jake-b@users.noreply.github.com>
This commit is contained in:
jake-b 2024-11-23 09:10:43 -05:00 committed by GitHub
parent af7521c3a7
commit c952f8a4c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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