Add indoor flag to device

This commit is contained in:
2015-03-14 21:05:36 -04:00
parent fa87404137
commit 60fa893205
2 changed files with 7 additions and 0 deletions

View File

@@ -17,5 +17,7 @@ namespace WeatherService.Data
public string Name { get; set; }
public int ReadInterval { get; set; }
public bool Indoor { get; set; }
}
}