We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b609b5 commit d5c06e1Copy full SHA for d5c06e1
1 file changed
Sources/StormGlassKit/Types/WeatherDataSource.swift
@@ -10,6 +10,8 @@ import Foundation
10
public enum WeatherDataSource: String, CaseIterable, Decodable {
11
/// Germany’s National Meteorological Service, the Deutscher Wetterdienst
12
case icon
13
+ /// Germany’s National Meteorological Service, the Deutscher Wetterdienst
14
+ case dwd
15
/// The National Oceanic and Atmospheric Administration
16
case noaa
17
/// French National Meteorological service
0 commit comments