We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5037a7d commit 1c54f9fCopy full SHA for 1c54f9f
1 file changed
ObservingConditionsSimulator/OCSimulator.cs
@@ -194,7 +194,8 @@ public class OCSimulator
194
public static Dictionary<string, string> UnitString = new Dictionary<string, string>()
195
{
196
{PROPERTY_CLOUDCOVER, "Percent"},
197
- {PROPERTY_HUMIDITY, "Percent"},
+ {PROPERTY_DEWPOINT, "Celsius"},
198
+ {PROPERTY_HUMIDITY, "Percent"},
199
{PROPERTY_PRESSURE, "hPa"},
200
{PROPERTY_RAINRATE, "mm/hr"},
201
{PROPERTY_SKYBRIGHTNESS, "Lux"},
0 commit comments