Added a new ui
This commit is contained in:
@@ -11,4 +11,5 @@ public class TimeTable
|
||||
public string Direction { get; set; } // e.g. "Farsta Strand station"
|
||||
public string JourneyDetailRef { get; set; } // e.g. "1|39437|0|1|15072025"
|
||||
public List<string> Notes { get; set; } // e.g. "Pendeltåg", "Endast 2 klass"
|
||||
public string InternalTransportationName { get; set; } // e.g. "Pendeltåg 43"
|
||||
}
|
||||
@@ -62,6 +62,9 @@ public class Forecast
|
||||
public WeatherSummary? Day { get; set; }
|
||||
public WeatherSummary? Night { get; set; }
|
||||
public Astro Astro { get; set; }
|
||||
public int IconCode { get; set; }
|
||||
|
||||
public int ChanceOfRain { get; set; }
|
||||
}
|
||||
public class Astro
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user