Add rain total to grouped API

This commit is contained in:
2019-10-08 19:26:07 -04:00
parent 50599a8dc4
commit f2b47e863e
2 changed files with 6 additions and 2 deletions

View File

@@ -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; }
}
}