mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-01-14 01:25:43 -05:00
- Stop storing history in memory
- Add start/end dates to history requests - Cleanup
This commit is contained in:
@@ -5,7 +5,7 @@ namespace WeatherService.Values
|
||||
[DataContract]
|
||||
public class HumidityReading : ReadingBase
|
||||
{
|
||||
public HumidityReading(WeatherValueType valueType) : base(valueType)
|
||||
public HumidityReading() : base(WeatherValueType.Humidity)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user