Change value history to not group

This commit is contained in:
2019-10-06 19:01:35 -04:00
parent 67aa3def4b
commit d593c0095f
4 changed files with 10 additions and 18 deletions

View File

@@ -6,8 +6,8 @@ namespace ChrisKaczor.HomeMonitor.Weather.Service.Models
[PublicAPI]
public class WeatherValue
{
public DateTimeOffset Bucket { get; set; }
public DateTimeOffset Timestamp { get; set; }
public decimal AverageValue { get; set; }
public decimal Value { get; set; }
}
}