Skip to content

Commit 1c54f9f

Browse files
Dew Point unit should be Celsius
1 parent 5037a7d commit 1c54f9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ObservingConditionsSimulator/OCSimulator.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ public class OCSimulator
194194
public static Dictionary<string, string> UnitString = new Dictionary<string, string>()
195195
{
196196
{PROPERTY_CLOUDCOVER, "Percent"},
197-
{PROPERTY_HUMIDITY, "Percent"},
197+
{PROPERTY_DEWPOINT, "Celsius"},
198+
{PROPERTY_HUMIDITY, "Percent"},
198199
{PROPERTY_PRESSURE, "hPa"},
199200
{PROPERTY_RAINRATE, "mm/hr"},
200201
{PROPERTY_SKYBRIGHTNESS, "Lux"},

0 commit comments

Comments
 (0)