mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
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:
parent
af7521c3a7
commit
c952f8a4c1
1 changed files with 12 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue