We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f46ce commit eaf5ce2Copy full SHA for eaf5ce2
osi_environment.proto
@@ -18,7 +18,7 @@ message EnvironmentalConditions
18
/// Atmospheric pressure in Pascal
19
optional double atmospheric_pressure = 3;
20
21
- /// Temperature in degrees Kelvin
+ /// Temperature in Kelvin
22
optional double temperature = 4;
23
24
/// Precipitation
@@ -28,7 +28,7 @@ message EnvironmentalConditions
28
enum Precipitation
29
{
30
/// Light intensity rain, when the precipitation rate is < 2.5 mm per hour
31
- PRECIPITATION_RAIN_LITTLE = 0;
+ PRECIPITATION_RAIN_LIGHT = 0;
32
33
/// Medium intensity rain, when the precipitation rate is between 2.5 mm and 10 mm per hour
34
PRECIPITATION_RAIN_MEDIUM = 1;
0 commit comments