Skip to content

Commit

Permalink
Fix json dew_point property name, removed ? (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
erenken committed Mar 6, 2023
1 parent 3094fa9 commit dade01b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public DavisVantagePro2Plus() : base(46, "Vantage Pro2 Plus /w 24-hr-Fan-Aspirat
public float? RainfallLast_15Min_in { get; set; }
[JsonPropertyName("rainfall_daily_clicks")]
public int? RainfallDailyClicks { get; set; }
[JsonPropertyName("dew_point?")]
[JsonPropertyName("dew_point")]
public float? DewPoint { get; set; }
[JsonPropertyName("rainfall_last_15_min_mm")]
public float? RainfallLast_15Min_mm { get; set; }
Expand Down

0 comments on commit dade01b

Please sign in to comment.