mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add dfrobot gravity rain gauge (#646)
This commit is contained in:
parent
76f806e1bb
commit
fde27e4ef0
1 changed files with 15 additions and 0 deletions
|
|
@ -134,6 +134,16 @@ message EnvironmentMetrics {
|
|||
*/
|
||||
optional float radiation = 18;
|
||||
|
||||
/*
|
||||
* Rainfall in the last hour in mm
|
||||
*/
|
||||
optional float rainfall_1h = 19;
|
||||
|
||||
/*
|
||||
* Rainfall in the last 24 hours in mm
|
||||
*/
|
||||
optional float rainfall_24h = 20;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
@ -542,6 +552,11 @@ enum TelemetrySensorType {
|
|||
*/
|
||||
INA226 = 34;
|
||||
|
||||
/*
|
||||
* DFRobot Gravity tipping bucket rain gauge
|
||||
*/
|
||||
DFROBOT_RAIN = 35;
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue