mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-20 09:35:40 -05:00
Add wind history support
This commit is contained in:
12
Weather/Service/Models/WindDirectionReadingGrouped.cs
Normal file
12
Weather/Service/Models/WindDirectionReadingGrouped.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace ChrisKaczor.HomeMonitor.Weather.Service.Models
|
||||
{
|
||||
[PublicAPI]
|
||||
public class WindDirectionReadingGrouped
|
||||
{
|
||||
public int WindDirection { get; set; }
|
||||
|
||||
public int Count { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user