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 62ff243 commit 8ce8b94Copy full SHA for 8ce8b94
osi_environment.proto
@@ -103,7 +103,7 @@ message EnvironmentalConditions
103
104
// Definition of clouds.
105
//
106
- optional Clouds clouds = 10;
+ optional CloudLayer clouds = 10;
107
108
// Definition of the wind properties.
109
@@ -338,11 +338,11 @@ message EnvironmentalConditions
338
}
339
340
341
- // \brief Specification of the cloud states.
+ // \brief Specification of the cloud layer.
342
343
// \note within this message there is the cloud state level.
344
345
- message Clouds
+ message CloudLayer
346
{
347
// Definition of the cloud state level, i.e. cloud state and sky visualization settings.
348
0 commit comments