mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-01-14 01:25:43 -05:00
Initial commit
This commit is contained in:
9
Remote/DeviceHistory.cs
Normal file
9
Remote/DeviceHistory.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
using WeatherService.Values;
|
||||
|
||||
namespace WeatherService.Remote
|
||||
{
|
||||
public class DeviceHistory : Dictionary<WeatherValueType, List<ReadingBase>>
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user