mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-01-13 17:23:11 -05:00
More cleanup
This commit is contained in:
@@ -243,7 +243,7 @@ namespace WeatherService.Values
|
||||
// Save the reading
|
||||
using (var weatherArchiveData = new WeatherArchiveData(timeStamp.Year))
|
||||
{
|
||||
var reading = new Data.Reading
|
||||
var reading = new Data.ReadingData
|
||||
{
|
||||
DeviceId = _ownerDevice.Id,
|
||||
Type = (int) ValueType,
|
||||
|
||||
Reference in New Issue
Block a user