mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-27 17:24:12 -05:00
Change value history to not group
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user