namespace MediaBrowser.Model.Weather { /// /// Enum WeatherUnits /// public enum WeatherUnits { /// /// The fahrenheit /// Fahrenheit, /// /// The celsius /// Celsius } }