mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-24 01:25:38 -05:00
Add rain total to grouped API
This commit is contained in:
@@ -17,5 +17,7 @@ namespace ChrisKaczor.HomeMonitor.Weather.Service.Models
|
||||
public decimal AveragePressure { get; set; }
|
||||
|
||||
public decimal AverageLightLevel { get; set; }
|
||||
|
||||
public decimal RainTotal { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user