mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Add simple temperature property
This commit is contained in:
@@ -15,6 +15,8 @@ namespace ChrisKaczor.HomeMonitor.Weather.Models
|
||||
|
||||
public decimal WindSpeed { get; set; }
|
||||
|
||||
public decimal Temperature { get; set; }
|
||||
|
||||
public decimal Humidity { get; set; }
|
||||
|
||||
public decimal HumidityTemperature { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user