Skip to content

Commit

Permalink
add dfrobot gravity rain gauge
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 committed Jan 18, 2025
1 parent 76f806e commit 005c5c0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions meshtastic/telemetry.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;

}

/*
Expand Down Expand Up @@ -542,6 +552,11 @@ enum TelemetrySensorType {
*/
INA226 = 34;

/*
* DFRobot Gravity tipping bucket rain gauge
*/
DFROBOT_RAIN = 35;

}

/*
Expand Down

0 comments on commit 005c5c0

Please sign in to comment.