Resolve merge conflicts

This commit is contained in:
Matthew Oslan
2019-06-10 19:08:35 -04:00
2 changed files with 43 additions and 2 deletions

View File

@@ -68,4 +68,4 @@ export interface WateringData {
raining: boolean;
}
export type WeatherProviderId = "OWM" | "DarkSky" | "local";
export type WeatherProviderId = "OWM" | "DarkSky" | "local" | "mock";