More cleanup

This commit is contained in:
2015-01-16 18:44:29 -05:00
parent 7413a23886
commit f4f1c3c784
17 changed files with 277 additions and 464 deletions

View File

@@ -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,